Html Css Color HEX #F01010 Red

📋 copy color: '#F01010'

red 240 ◦ green 16 ◦ blue 16

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

Shades of Red #F01010

Tints of Red #F01010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.88%

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 88.24%
G = 5.88%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F01010 (or 0xF01010) is known color: Red. HEX triplet: F0, 10 and 10. RGB value is (240,16,16). Sum of RGB (Red+Green+Blue) = 240+16+16=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F01010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01010 is #0FEFEF. Grayscale: #535353. Windows color (decimal): -1044464 or 1052912. OLE color: 1052912.

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

Color convert

RGB 240 16 16 -
CMYK 0 0.93 0.93 0.06
HSL 0.88% 0.5% -
HSV(B) 0.93% 0.94% -
XYZ 36.21 18.93 2.24 -
YUV 82.98 90.21 240 -
System Red Green Blue C M Y K H S L
Decimal 240 16 16 0 0.93 0.93 0.06 0 0.88 0.5
Hex F0 10 10 0 5D 5D 6 0 58 32
Octal 360 20 20 0 135 135 6 0 130 62
Binary 11110000 10000 10000 0 1011101 1011101 110 0 1011000 110010

Color Harmonies of #F01010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01010

Black with #F01010

Text Example


Text Example

White with #F01010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01010; }

 p { color: rgb(240,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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