Html Css Color HEX #F00F05 Red

📋 copy color: '#F00F05'

red 240 ◦ green 15 ◦ blue 5

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

Shades of Red #F00F05

Tints of Red #F00F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.77%

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

R = 92.31%
G = 5.77%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00F05 (or 0xF00F05) is known color: Red. HEX triplet: F0, 0F and 05. RGB value is (240,15,5). Sum of RGB (Red+Green+Blue) = 240+15+5=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00F05 is #0FF0FA. Grayscale: #515151. Windows color (decimal): -1044731 or 331760. OLE color: 331760.

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

Color convert

RGB 240 15 5 -
CMYK 0 0.94 0.98 0.06
HSL 2.55º 0.96% 0.48% -
HSV(B) 2.55º 0.98% 0.94% -
XYZ 36.13 18.88 1.88 -
YUV 81.14 85.04 241.31 -
System Red Green Blue C M Y K H S L
Decimal 240 15 5 0 0.94 0.98 0.06 2.55 0.96 0.48
Hex F0 F 5 0 5E 62 6 3 60 30
Octal 360 17 5 0 136 142 6 3 140 60
Binary 11110000 1111 101 0 1011110 1100010 110 11 1100000 110000

Color Harmonies of #F00F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F05

Black with #F00F05

Text Example


Text Example

White with #F00F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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