Html Css Color HEX #F80303 Red

📋 copy color: '#F80303'

red 248 ◦ green 3 ◦ blue 3

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

Shades of Red #F80303

Tints of Red #F80303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 97.64%
G = 1.18%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F80303 (or 0xF80303) is known color: Red. HEX triplet: F8, 03 and 03. RGB value is (248,3,3). Sum of RGB (Red+Green+Blue) = 248+3+3=254 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.64% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 248 - color contains mainly: red. Hex color #F80303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80303 is #07FCFC. Grayscale: #4C4C4C. Windows color (decimal): -523517 or 197624. OLE color: 197624.

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

Color convert

RGB 248 3 3 -
CMYK 0 0.99 0.99 0.03
HSL 0.98% 0.49% -
HSV(B) 0.99% 0.97% -
XYZ 38.76 20.03 1.91 -
YUV 76.26 86.67 250.5 -
System Red Green Blue C M Y K H S L
Decimal 248 3 3 0 0.99 0.99 0.03 0 0.98 0.49
Hex F8 3 3 0 63 63 3 0 62 31
Octal 370 3 3 0 143 143 3 0 142 61
Binary 11111000 11 11 0 1100011 1100011 11 0 1100010 110001

Color Harmonies of #F80303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80303

Black with #F80303

Text Example


Text Example

White with #F80303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80303; }

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

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

background-color css

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

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

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

border-color css

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

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

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