Html Css Color HEX #F04260 Radical Red

📋 copy color: '#F04260'

red 240 ◦ green 66 ◦ blue 96

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

Shades of Radical Red #F04260

Tints of Radical Red #F04260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.88%

R = 59.7%
G = 16.42%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F04260 (or 0xF04260) is known color: Radical Red. HEX triplet: F0, 42 and 60. RGB value is (240,66,96). Sum of RGB (Red+Green+Blue) = 240+66+96=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F04260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04260 is #0FBD9F. Grayscale: #797979. Windows color (decimal): -1031584 or 6308592. OLE color: 6308592.

HSL color Cylindrical-coordinate representation of color #F04260: hue angle of 349.66º 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 #F04260 is Cyan = 0, Magento = 0.72, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 96 -
CMYK 0 0.72 0.6 0.06
HSL 349.66º 0.85% 0.6% -
HSV(B) 349.66º 0.73% 0.94% -
XYZ 39.99 23.27 13.45 -
YUV 121.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 240 66 96 0 0.72 0.6 0.06 349.66 0.85 0.6
Hex F0 42 60 0 48 3C 6 15E 55 3C
Octal 360 102 140 0 110 74 6 536 125 74
Binary 11110000 1000010 1100000 0 1001000 111100 110 101011110 1010101 111100

Color Harmonies of #F04260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04260

Black with #F04260

Text Example


Text Example

White with #F04260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04260; }

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

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

background-color css

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

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

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

border-color css

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

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

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