Html Css Color HEX #F82002 Scarlet

📋 copy color: '#F82002'

red 248 ◦ green 32 ◦ blue 2

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

Shades of Scarlet #F82002

Tints of Scarlet #F82002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 87.94%
G = 11.35%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F82002 (or 0xF82002) is known color: Scarlet. HEX triplet: F8, 20 and 02. RGB value is (248,32,2). Sum of RGB (Red+Green+Blue) = 248+32+2=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F82002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82002 is #07DFFD. Grayscale: #5D5D5D. Windows color (decimal): -516094 or 139512. OLE color: 139512.

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

Color convert

RGB 248 32 2 -
CMYK 0 0.87 0.99 0.03
HSL 7.32º 0.98% 0.49% -
HSV(B) 7.32º 0.99% 0.97% -
XYZ 39.24 20.99 2.04 -
YUV 93.16 76.56 238.44 -
System Red Green Blue C M Y K H S L
Decimal 248 32 2 0 0.87 0.99 0.03 7.32 0.98 0.49
Hex F8 20 2 0 57 63 3 7 62 31
Octal 370 40 2 0 127 143 3 7 142 61
Binary 11111000 100000 10 0 1010111 1100011 11 111 1100010 110001

Color Harmonies of #F82002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82002

Black with #F82002

Text Example


Text Example

White with #F82002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82002; }

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

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

background-color css

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

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

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

border-color css

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

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

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