Html Css Color HEX #F00603 Red

📋 copy color: '#F00603'

red 240 ◦ green 6 ◦ blue 3

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

Shades of Red #F00603

Tints of Red #F00603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 96.39%
G = 2.41%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F00603 (or 0xF00603) is known color: Red. HEX triplet: F0, 06 and 03. RGB value is (240,6,3). Sum of RGB (Red+Green+Blue) = 240+6+3=249 (32% of max value = 765). Red value is 240 (94.14% from 255 or 96.39% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 240 - color contains mainly: red. Hex color #F00603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00603 is #0FF9FC. Grayscale: #4B4B4B. Windows color (decimal): -1047037 or 198384. OLE color: 198384.

HSL color Cylindrical-coordinate representation of color #F00603: hue angle of 0.76º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00603 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 3 -
CMYK 0 0.98 0.99 0.06
HSL 0.76º 0.98% 0.48% -
HSV(B) 0.76º 0.99% 0.94% -
XYZ 36.02 18.66 1.79 -
YUV 75.62 87.02 245.24 -
System Red Green Blue C M Y K H S L
Decimal 240 6 3 0 0.98 0.99 0.06 0.76 0.98 0.48
Hex F0 6 3 0 62 63 6 1 62 30
Octal 360 6 3 0 142 143 6 1 142 60
Binary 11110000 110 11 0 1100010 1100011 110 1 1100010 110000

Color Harmonies of #F00603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00603

Black with #F00603

Text Example


Text Example

White with #F00603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00603; }

 p { color: rgb(240,6,3); }

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

background-color css

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

 a { background-color: rgb(240,6,3); }

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

border-color css

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

 span { border-color: rgb(240,6,3); }

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