#F23469

Color #F23469 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F23469

Tints of Radical Red #F23469

Color information

#F23469 (or 0xF23469) is unknown color: approx Radical Red. HEX triplet: F2, 34 and 69. RGB value is (242,52,105). Sum of RGB (Red+Green+Blue) = 242+52+105=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F23469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23469 is #0DCB96. Grayscale: #727272. Windows color (decimal): -904087 or 6894834. OLE color: 6894834.

HSL color Cylindrical-coordinate representation of color #F23469: hue angle of 343.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23469 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB24252105-
CMYK00.790.570.05
HSL343.26º87.96%57.65%-
HSV(B)343.26º78.51%94.9%-
XYZ40.422.3515.55-
YUV114.85122.45218.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 60.65%
GREEN value IS 52 (20.70% from 255) = 13.03%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=60.65%
G=13.03%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425210500.790.570.05343.2687.9657.65
HexF2346904F395157583a
Octal36264151011771552713072
Binary111100101101001101001010011111110011011010101111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23469; }

 p { color: rgb(242,52,105); }

 H1.HeaderClassName
 {
   color: #F23469;
 }
 .AnyTagClassName
 {
   color: #F23469;
 }
</style>
background-color css

<style>
 a { background-color: #F23469; }

 a { background-color: rgb(242,52,105); }

 div.DivClassName
 {
   background-color: #F23469;
 }
 .BgClassName
 {
   background-color: #F23469;
 }
</style>
border-color css

<style>
 span { border-color: #F23469; }

 span { border-color: rgb(242,52,105); }

 td.TdClassName
 {
   border-color: #F23469;
 }
 .TagClassName
 {
   border-color: #F23469;
 }
</style>