Html Css Color HEX #F00F02 Red

📋 copy color: '#F00F02'

red 240 ◦ green 15 ◦ blue 2

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

Shades of Red #F00F02

Tints of Red #F00F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 93.39%
G = 5.84%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F00F02 (or 0xF00F02) is known color: Red. HEX triplet: F0, 0F and 02. RGB value is (240,15,2). Sum of RGB (Red+Green+Blue) = 240+15+2=257 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.39% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00F02 is #0FF0FD. Grayscale: #515151. Windows color (decimal): -1044734 or 135152. OLE color: 135152.

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

Color convert

RGB 240 15 2 -
CMYK 0 0.94 0.99 0.06
HSL 3.28º 0.98% 0.47% -
HSV(B) 3.28º 0.99% 0.94% -
XYZ 36.12 18.87 1.8 -
YUV 80.79 83.54 241.56 -
System Red Green Blue C M Y K H S L
Decimal 240 15 2 0 0.94 0.99 0.06 3.28 0.98 0.47
Hex F0 F 2 0 5E 63 6 3 62 2F
Octal 360 17 2 0 136 143 6 3 142 57
Binary 11110000 1111 10 0 1011110 1100011 110 11 1100010 101111

Color Harmonies of #F00F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F02

Black with #F00F02

Text Example


Text Example

White with #F00F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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