Html Css Color HEX #F00A05 Red

📋 copy color: '#F00A05'

red 240 ◦ green 10 ◦ blue 5

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

Shades of Red #F00A05

Tints of Red #F00A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 94.12%
G = 3.92%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00A05 (or 0xF00A05) is known color: Red. HEX triplet: F0, 0A and 05. RGB value is (240,10,5). Sum of RGB (Red+Green+Blue) = 240+10+5=255 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.12% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A05 is #0FF5FA. Grayscale: #4E4E4E. Windows color (decimal): -1046011 or 330480. OLE color: 330480.

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

Color convert

RGB 240 10 5 -
CMYK 0 0.96 0.98 0.06
HSL 1.28º 0.96% 0.48% -
HSV(B) 1.28º 0.98% 0.94% -
XYZ 36.07 18.75 1.86 -
YUV 78.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 240 10 5 0 0.96 0.98 0.06 1.28 0.96 0.48
Hex F0 A 5 0 60 62 6 1 60 30
Octal 360 12 5 0 140 142 6 1 140 60
Binary 11110000 1010 101 0 1100000 1100010 110 1 1100000 110000

Color Harmonies of #F00A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A05

Black with #F00A05

Text Example


Text Example

White with #F00A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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