Html Css Color HEX #F93105 Scarlet

📋 copy color: '#F93105'

red 249 ◦ green 49 ◦ blue 5

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

Shades of Scarlet #F93105

Tints of Scarlet #F93105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

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

R = 82.18%
G = 16.17%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93105 (or 0xF93105) is known color: Scarlet. HEX triplet: F9, 31 and 05. RGB value is (249,49,5). Sum of RGB (Red+Green+Blue) = 249+49+5=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F93105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93105 is #06CEFA. Grayscale: #686868. Windows color (decimal): -446203 or 340473. OLE color: 340473.

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

Color convert

RGB 249 49 5 -
CMYK 0 0.80 0.98 0.02
HSL 10.82º 0.96% 0.5% -
HSV(B) 10.82º 0.98% 0.98% -
XYZ 40.19 22.35 2.34 -
YUV 103.78 72.26 231.58 -
System Red Green Blue C M Y K H S L
Decimal 249 49 5 0 0.80 0.98 0.02 10.82 0.96 0.5
Hex F9 31 5 0 50 62 2 B 60 32
Octal 371 61 5 0 120 142 2 13 140 62
Binary 11111001 110001 101 0 1010000 1100010 10 1011 1100000 110010

Color Harmonies of #F93105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93105

Black with #F93105

Text Example


Text Example

White with #F93105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93105; }

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

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

background-color css

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

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

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

border-color css

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

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

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