Html Css Color HEX #F03F5E Radical Red

📋 copy color: '#F03F5E'

red 240 ◦ green 63 ◦ blue 94

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

Shades of Radical Red #F03F5E

Tints of Radical Red #F03F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 60.45%
G = 15.87%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F03F5E (or 0xF03F5E) is known color: Radical Red. HEX triplet: F0, 3F and 5E. RGB value is (240,63,94). Sum of RGB (Red+Green+Blue) = 240+63+94=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03F5E is #0FC0A1. Grayscale: #777777. Windows color (decimal): -1032354 or 6176752. OLE color: 6176752.

HSL color Cylindrical-coordinate representation of color #F03F5E: hue angle of 349.49º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F5E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 94 -
CMYK 0 0.74 0.61 0.06
HSL 349.49º 0.86% 0.59% -
HSV(B) 349.49º 0.74% 0.94% -
XYZ 39.73 22.89 12.91 -
YUV 119.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 240 63 94 0 0.74 0.61 0.06 349.49 0.86 0.59
Hex F0 3F 5E 0 4A 3D 6 15D 56 3B
Octal 360 77 136 0 112 75 6 535 126 73
Binary 11110000 111111 1011110 0 1001010 111101 110 101011101 1010110 111011

Color Harmonies of #F03F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F5E

Black with #F03F5E

Text Example


Text Example

White with #F03F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F5E; }

 p { color: rgb(240,63,94); }

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

background-color css

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

 a { background-color: rgb(240,63,94); }

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

border-color css

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

 span { border-color: rgb(240,63,94); }

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