Html Css Color HEX #F81002 Red

📋 copy color: '#F81002'

red 248 ◦ green 16 ◦ blue 2

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

Shades of Red #F81002

Tints of Red #F81002

RGB

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

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

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

R = 93.23%
G = 6.02%
B = 0.75%

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

#F81002 (or 0xF81002) is known color: Red. HEX triplet: F8, 10 and 02. RGB value is (248,16,2). Sum of RGB (Red+Green+Blue) = 248+16+2=266 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.23% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 248 - color contains mainly: red. Hex color #F81002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81002 is #07EFFD. Grayscale: #545454. Windows color (decimal): -520190 or 135416. OLE color: 135416.

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

Color convert

RGB 248 16 2 -
CMYK 0 0.94 0.99 0.03
HSL 3.41º 0.98% 0.49% -
HSV(B) 3.41º 0.99% 0.97% -
XYZ 38.91 20.33 1.93 -
YUV 83.77 81.86 245.14 -
System Red Green Blue C M Y K H S L
Decimal 248 16 2 0 0.94 0.99 0.03 3.41 0.98 0.49
Hex F8 10 2 0 5E 63 3 3 62 31
Octal 370 20 2 0 136 143 3 3 142 61
Binary 11111000 10000 10 0 1011110 1100011 11 11 1100010 110001

Color Harmonies of #F81002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81002

Black with #F81002

Text Example


Text Example

White with #F81002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81002; }

 p { color: rgb(248,16,2); }

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

background-color css

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

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

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

border-color css

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

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

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