Html Css Color HEX #F22206 Scarlet

📋 copy color: '#F22206'

red 242 ◦ green 34 ◦ blue 6

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

Shades of Scarlet #F22206

Tints of Scarlet #F22206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 85.82%
G = 12.06%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F22206 (or 0xF22206) is known color: Scarlet. HEX triplet: F2, 22 and 06. RGB value is (242,34,6). Sum of RGB (Red+Green+Blue) = 242+34+6=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F22206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22206 is #0DDDF9. Grayscale: #5D5D5D. Windows color (decimal): -908794 or 402162. OLE color: 402162.

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

Color convert

RGB 242 34 6 -
CMYK 0 0.86 0.98 0.05
HSL 7.12º 0.95% 0.49% -
HSV(B) 7.12º 0.98% 0.95% -
XYZ 37.22 20.03 2.08 -
YUV 93 78.91 234.28 -
System Red Green Blue C M Y K H S L
Decimal 242 34 6 0 0.86 0.98 0.05 7.12 0.95 0.49
Hex F2 22 6 0 56 62 5 7 5F 31
Octal 362 42 6 0 126 142 5 7 137 61
Binary 11110010 100010 110 0 1010110 1100010 101 111 1011111 110001

Color Harmonies of #F22206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22206

Black with #F22206

Text Example


Text Example

White with #F22206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22206; }

 p { color: rgb(242,34,6); }

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

background-color css

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

 a { background-color: rgb(242,34,6); }

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

border-color css

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

 span { border-color: rgb(242,34,6); }

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