Html Css Color HEX #F0426D Radical Red

📋 copy color: '#F0426D'

red 240 ◦ green 66 ◦ blue 109

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

Shades of Radical Red #F0426D

Tints of Radical Red #F0426D

RGB

 RED value IS 240 (94.14% from 255) = 57.83%

 GREEN value IS 66 (26.17% from 255) = 15.9%

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 57.83%
G = 15.9%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0426D (or 0xF0426D) is known color: Radical Red. HEX triplet: F0, 42 and 6D. RGB value is (240,66,109). Sum of RGB (Red+Green+Blue) = 240+66+109=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0426D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0426D is #0FBD92. Grayscale: #7A7A7A. Windows color (decimal): -1031571 or 7160560. OLE color: 7160560.

HSL color Cylindrical-coordinate representation of color #F0426D: hue angle of 345.17º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0426D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 109 -
CMYK 0 0.72 0.55 0.06
HSL 345.17º 0.85% 0.6% -
HSV(B) 345.17º 0.73% 0.94% -
XYZ 40.64 23.53 16.87 -
YUV 122.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 240 66 109 0 0.72 0.55 0.06 345.17 0.85 0.6
Hex F0 42 6D 0 48 37 6 159 55 3C
Octal 360 102 155 0 110 67 6 531 125 74
Binary 11110000 1000010 1101101 0 1001000 110111 110 101011001 1010101 111100

Color Harmonies of #F0426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0426D

Black with #F0426D

Text Example


Text Example

White with #F0426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0426D; }

 p { color: rgb(240,66,109); }

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

background-color css

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

 a { background-color: rgb(240,66,109); }

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

border-color css

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

 span { border-color: rgb(240,66,109); }

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