Html Css Color HEX #F92F16 Scarlet

📋 copy color: '#F92F16'

red 249 ◦ green 47 ◦ blue 22

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

Shades of Scarlet #F92F16

Tints of Scarlet #F92F16

RGB

 RED value IS 249 (97.66% from 255) = 78.3%

 GREEN value IS 47 (18.75% from 255) = 14.78%

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

R = 78.3%
G = 14.78%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F92F16 (or 0xF92F16) is known color: Scarlet. HEX triplet: F9, 2F and 16. RGB value is (249,47,22). Sum of RGB (Red+Green+Blue) = 249+47+22=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92F16 is #06D0E9. Grayscale: #686868. Windows color (decimal): -446698 or 1454073. OLE color: 1454073.

HSL color Cylindrical-coordinate representation of color #F92F16: hue angle of 6.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F92F16 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 47 22 -
CMYK 0 0.81 0.91 0.02
HSL 6.61º 0.95% 0.53% -
HSV(B) 6.61º 0.91% 0.98% -
XYZ 40.23 22.23 2.93 -
YUV 104.55 81.42 231.03 -
System Red Green Blue C M Y K H S L
Decimal 249 47 22 0 0.81 0.91 0.02 6.61 0.95 0.53
Hex F9 2F 16 0 51 5B 2 7 5F 35
Octal 371 57 26 0 121 133 2 7 137 65
Binary 11111001 101111 10110 0 1010001 1011011 10 111 1011111 110101

Color Harmonies of #F92F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F16

Black with #F92F16

Text Example


Text Example

White with #F92F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F16; }

 p { color: rgb(249,47,22); }

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

background-color css

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

 a { background-color: rgb(249,47,22); }

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

border-color css

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

 span { border-color: rgb(249,47,22); }

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