Html Css Color HEX #F22102 Scarlet

📋 copy color: '#F22102'

red 242 ◦ green 33 ◦ blue 2

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

Shades of Scarlet #F22102

Tints of Scarlet #F22102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

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

R = 87.36%
G = 11.91%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F22102 (or 0xF22102) is known color: Scarlet. HEX triplet: F2, 21 and 02. RGB value is (242,33,2). Sum of RGB (Red+Green+Blue) = 242+33+2=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F22102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22102 is #0DDEFD. Grayscale: #5C5C5C. Windows color (decimal): -909054 or 139762. OLE color: 139762.

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

Color convert

RGB 242 33 2 -
CMYK 0 0.86 0.99 0.05
HSL 7.75º 0.98% 0.48% -
HSV(B) 7.75º 0.99% 0.95% -
XYZ 37.17 19.97 1.95 -
YUV 91.96 77.24 235.02 -
System Red Green Blue C M Y K H S L
Decimal 242 33 2 0 0.86 0.99 0.05 7.75 0.98 0.48
Hex F2 21 2 0 56 63 5 8 62 30
Octal 362 41 2 0 126 143 5 10 142 60
Binary 11110010 100001 10 0 1010110 1100011 101 1000 1100010 110000

Color Harmonies of #F22102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22102

Black with #F22102

Text Example


Text Example

White with #F22102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22102; }

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

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

background-color css

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

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

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

border-color css

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

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

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