Html Css Color HEX #F22002 Scarlet

📋 copy color: '#F22002'

red 242 ◦ green 32 ◦ blue 2

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

Shades of Scarlet #F22002

Tints of Scarlet #F22002

RGB

 RED value IS 242 (94.92% from 255) = 87.68%

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

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

R = 87.68%
G = 11.59%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F22002 (or 0xF22002) is known color: Scarlet. HEX triplet: F2, 20 and 02. RGB value is (242,32,2). Sum of RGB (Red+Green+Blue) = 242+32+2=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F22002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22002 is #0DDFFD. Grayscale: #5B5B5B. Windows color (decimal): -909310 or 139506. OLE color: 139506.

HSL color Cylindrical-coordinate representation of color #F22002: hue angle of 7.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F22002 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 32 2 -
CMYK 0 0.87 0.99 0.05
HSL 7.5º 0.98% 0.48% -
HSV(B) 7.5º 0.99% 0.95% -
XYZ 37.15 19.91 1.94 -
YUV 91.37 77.57 235.44 -
System Red Green Blue C M Y K H S L
Decimal 242 32 2 0 0.87 0.99 0.05 7.5 0.98 0.48
Hex F2 20 2 0 57 63 5 8 62 30
Octal 362 40 2 0 127 143 5 10 142 60
Binary 11110010 100000 10 0 1010111 1100011 101 1000 1100010 110000

Color Harmonies of #F22002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22002

Black with #F22002

Text Example


Text Example

White with #F22002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22002; }

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

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

background-color css

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

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

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

border-color css

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

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

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