Html Css Color HEX #F00A03 Red

📋 copy color: '#F00A03'

red 240 ◦ green 10 ◦ blue 3

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

Shades of Red #F00A03

Tints of Red #F00A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

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

R = 94.86%
G = 3.95%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F00A03 (or 0xF00A03) is known color: Red. HEX triplet: F0, 0A and 03. RGB value is (240,10,3). Sum of RGB (Red+Green+Blue) = 240+10+3=253 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.86% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A03 is #0FF5FC. Grayscale: #4E4E4E. Windows color (decimal): -1046013 or 199408. OLE color: 199408.

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

Color convert

RGB 240 10 3 -
CMYK 0 0.96 0.99 0.06
HSL 1.77º 0.98% 0.48% -
HSV(B) 1.77º 0.99% 0.94% -
XYZ 36.06 18.75 1.8 -
YUV 77.97 85.7 243.57 -
System Red Green Blue C M Y K H S L
Decimal 240 10 3 0 0.96 0.99 0.06 1.77 0.98 0.48
Hex F0 A 3 0 60 63 6 2 62 30
Octal 360 12 3 0 140 143 6 2 142 60
Binary 11110000 1010 11 0 1100000 1100011 110 10 1100010 110000

Color Harmonies of #F00A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A03

Black with #F00A03

Text Example


Text Example

White with #F00A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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