Html Css Color HEX #F92505 Scarlet

📋 copy color: '#F92505'

red 249 ◦ green 37 ◦ blue 5

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

Shades of Scarlet #F92505

Tints of Scarlet #F92505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 85.57%
G = 12.71%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F92505 (or 0xF92505) is known color: Scarlet. HEX triplet: F9, 25 and 05. RGB value is (249,37,5). Sum of RGB (Red+Green+Blue) = 249+37+5=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F92505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92505 is #06DAFA. Grayscale: #616161. Windows color (decimal): -449275 or 337401. OLE color: 337401.

HSL color Cylindrical-coordinate representation of color #F92505: hue angle of 7.87º 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 #F92505 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 5 -
CMYK 0 0.85 0.98 0.02
HSL 7.87º 0.96% 0.5% -
HSV(B) 7.87º 0.98% 0.98% -
XYZ 39.76 21.47 2.19 -
YUV 96.74 76.24 236.6 -
System Red Green Blue C M Y K H S L
Decimal 249 37 5 0 0.85 0.98 0.02 7.87 0.96 0.5
Hex F9 25 5 0 55 62 2 8 60 32
Octal 371 45 5 0 125 142 2 10 140 62
Binary 11111001 100101 101 0 1010101 1100010 10 1000 1100000 110010

Color Harmonies of #F92505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92505

Black with #F92505

Text Example


Text Example

White with #F92505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92505; }

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

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

background-color css

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

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

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

border-color css

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

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

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