Html Css Color HEX #F24069 Radical Red

📋 copy color: '#F24069'

red 242 ◦ green 64 ◦ blue 105

#F24069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F24069

Tints of Radical Red #F24069

RGB

 RED value IS 242 (94.92% from 255) = 58.88%

 GREEN value IS 64 (25.39% from 255) = 15.57%

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 58.88%
G = 15.57%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F24069 (or 0xF24069) is known color: Radical Red. HEX triplet: F2, 40 and 69. RGB value is (242,64,105). Sum of RGB (Red+Green+Blue) = 242+64+105=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F24069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24069 is #0DBF96. Grayscale: #797979. Windows color (decimal): -901015 or 6897906. OLE color: 6897906.

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

Color convert

RGB 242 64 105 -
CMYK 0 0.74 0.57 0.05
HSL 346.18º 0.87% 0.6% -
HSV(B) 346.18º 0.74% 0.95% -
XYZ 41 23.56 15.75 -
YUV 121.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 242 64 105 0 0.74 0.57 0.05 346.18 0.87 0.6
Hex F2 40 69 0 4A 39 5 15A 57 3C
Octal 362 100 151 0 112 71 5 532 127 74
Binary 11110010 1000000 1101001 0 1001010 111001 101 101011010 1010111 111100

Color Harmonies of #F24069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24069

Black with #F24069

Text Example


Text Example

White with #F24069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24069; }

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

 H1.HeaderClassName
 {
   color: #F24069;
 }
 .AnyTagClassName
 {
   color: #F24069;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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