Html Css Color HEX #F80F03 Red

📋 copy color: '#F80F03'

red 248 ◦ green 15 ◦ blue 3

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

Shades of Red #F80F03

Tints of Red #F80F03

RGB

 RED value IS 248 (97.27% from 255) = 93.23%

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

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

R = 93.23%
G = 5.64%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F80F03 (or 0xF80F03) is known color: Red. HEX triplet: F8, 0F and 03. RGB value is (248,15,3). Sum of RGB (Red+Green+Blue) = 248+15+3=266 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.23% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80F03 is #07F0FC. Grayscale: #535353. Windows color (decimal): -520445 or 200696. OLE color: 200696.

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

Color convert

RGB 248 15 3 -
CMYK 0 0.94 0.99 0.03
HSL 2.94º 0.98% 0.49% -
HSV(B) 2.94º 0.99% 0.97% -
XYZ 38.9 20.3 1.96 -
YUV 83.3 82.69 245.48 -
System Red Green Blue C M Y K H S L
Decimal 248 15 3 0 0.94 0.99 0.03 2.94 0.98 0.49
Hex F8 F 3 0 5E 63 3 3 62 31
Octal 370 17 3 0 136 143 3 3 142 61
Binary 11111000 1111 11 0 1011110 1100011 11 11 1100010 110001

Color Harmonies of #F80F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80F03

Black with #F80F03

Text Example


Text Example

White with #F80F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80F03; }

 p { color: rgb(248,15,3); }

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

background-color css

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

 a { background-color: rgb(248,15,3); }

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

border-color css

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

 span { border-color: rgb(248,15,3); }

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