Html Css Color HEX #F2406E Radical Red

📋 copy color: '#F2406E'

red 242 ◦ green 64 ◦ blue 110

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

Shades of Radical Red #F2406E

Tints of Radical Red #F2406E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 58.17%
G = 15.38%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2406E (or 0xF2406E) is known color: Radical Red. HEX triplet: F2, 40 and 6E. RGB value is (242,64,110). Sum of RGB (Red+Green+Blue) = 242+64+110=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2406E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2406E is #0DBF91. Grayscale: #7A7A7A. Windows color (decimal): -901010 or 7225586. OLE color: 7225586.

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

Color convert

RGB 242 64 110 -
CMYK 0 0.74 0.55 0.05
HSL 344.49º 0.87% 0.6% -
HSV(B) 344.49º 0.74% 0.95% -
XYZ 41.27 23.67 17.15 -
YUV 122.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 242 64 110 0 0.74 0.55 0.05 344.49 0.87 0.6
Hex F2 40 6E 0 4A 37 5 158 57 3C
Octal 362 100 156 0 112 67 5 530 127 74
Binary 11110010 1000000 1101110 0 1001010 110111 101 101011000 1010111 111100

Color Harmonies of #F2406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2406E

Black with #F2406E

Text Example


Text Example

White with #F2406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2406E; }

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

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

background-color css

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

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

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

border-color css

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

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

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