Html Css Color HEX #F42016 Scarlet

📋 copy color: '#F42016'

red 244 ◦ green 32 ◦ blue 22

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

Shades of Scarlet #F42016

Tints of Scarlet #F42016

RGB

 RED value IS 244 (95.7% from 255) = 81.88%

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

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 81.88%
G = 10.74%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F42016 (or 0xF42016) is known color: Scarlet. HEX triplet: F4, 20 and 16. RGB value is (244,32,22). Sum of RGB (Red+Green+Blue) = 244+32+22=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F42016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42016 is #0BDFE9. Grayscale: #5E5E5E. Windows color (decimal): -778218 or 1450228. OLE color: 1450228.

HSL color Cylindrical-coordinate representation of color #F42016: hue angle of 2.7º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F42016 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 32 22 -
CMYK 0 0.87 0.91 0.04
HSL 2.7º 0.91% 0.52% -
HSV(B) 2.7º 0.91% 0.96% -
XYZ 37.97 20.32 2.68 -
YUV 94.25 87.24 234.81 -
System Red Green Blue C M Y K H S L
Decimal 244 32 22 0 0.87 0.91 0.04 2.7 0.91 0.52
Hex F4 20 16 0 57 5B 4 3 5B 34
Octal 364 40 26 0 127 133 4 3 133 64
Binary 11110100 100000 10110 0 1010111 1011011 100 11 1011011 110100

Color Harmonies of #F42016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42016

Black with #F42016

Text Example


Text Example

White with #F42016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42016; }

 p { color: rgb(244,32,22); }

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

background-color css

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

 a { background-color: rgb(244,32,22); }

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

border-color css

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

 span { border-color: rgb(244,32,22); }

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