Html Css Color HEX #F92405 Scarlet

📋 copy color: '#F92405'

red 249 ◦ green 36 ◦ blue 5

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

Shades of Scarlet #F92405

Tints of Scarlet #F92405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 85.86%
G = 12.41%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F92405 (or 0xF92405) is known color: Scarlet. HEX triplet: F9, 24 and 05. RGB value is (249,36,5). Sum of RGB (Red+Green+Blue) = 249+36+5=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F92405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92405 is #06DBFA. Grayscale: #606060. Windows color (decimal): -449531 or 337145. OLE color: 337145.

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

Color convert

RGB 249 36 5 -
CMYK 0 0.86 0.98 0.02
HSL 7.62º 0.96% 0.5% -
HSV(B) 7.62º 0.98% 0.98% -
XYZ 39.73 21.41 2.18 -
YUV 96.15 76.57 237.02 -
System Red Green Blue C M Y K H S L
Decimal 249 36 5 0 0.86 0.98 0.02 7.62 0.96 0.5
Hex F9 24 5 0 56 62 2 8 60 32
Octal 371 44 5 0 126 142 2 10 140 62
Binary 11111001 100100 101 0 1010110 1100010 10 1000 1100000 110010

Color Harmonies of #F92405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92405

Black with #F92405

Text Example


Text Example

White with #F92405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92405; }

 p { color: rgb(249,36,5); }

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

background-color css

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

 a { background-color: rgb(249,36,5); }

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

border-color css

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

 span { border-color: rgb(249,36,5); }

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