Html Css Color HEX #F2406F Radical Red

📋 copy color: '#F2406F'

red 242 ◦ green 64 ◦ blue 111

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

Shades of Radical Red #F2406F

Tints of Radical Red #F2406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 58.03%
G = 15.35%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2406F (or 0xF2406F) is known color: Radical Red. HEX triplet: F2, 40 and 6F. RGB value is (242,64,111). Sum of RGB (Red+Green+Blue) = 242+64+111=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2406F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2406F is #0DBF90. Grayscale: #7A7A7A. Windows color (decimal): -901009 or 7291122. OLE color: 7291122.

HSL color Cylindrical-coordinate representation of color #F2406F: hue angle of 344.16º 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 #F2406F is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 64 111 -
CMYK 0 0.74 0.54 0.05
HSL 344.16º 0.87% 0.6% -
HSV(B) 344.16º 0.74% 0.95% -
XYZ 41.32 23.69 17.43 -
YUV 122.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 242 64 111 0 0.74 0.54 0.05 344.16 0.87 0.6
Hex F2 40 6F 0 4A 36 5 158 57 3C
Octal 362 100 157 0 112 66 5 530 127 74
Binary 11110010 1000000 1101111 0 1001010 110110 101 101011000 1010111 111100

Color Harmonies of #F2406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2406F

Black with #F2406F

Text Example


Text Example

White with #F2406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2406F; }

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

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

background-color css

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

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

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

border-color css

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

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

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