Html Css Color HEX #F93005 Scarlet

📋 copy color: '#F93005'

red 249 ◦ green 48 ◦ blue 5

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

Shades of Scarlet #F93005

Tints of Scarlet #F93005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

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

R = 82.45%
G = 15.89%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93005 (or 0xF93005) is known color: Scarlet. HEX triplet: F9, 30 and 05. RGB value is (249,48,5). Sum of RGB (Red+Green+Blue) = 249+48+5=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F93005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93005 is #06CFFA. Grayscale: #676767. Windows color (decimal): -446459 or 340217. OLE color: 340217.

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

Color convert

RGB 249 48 5 -
CMYK 0 0.81 0.98 0.02
HSL 10.57º 0.96% 0.5% -
HSV(B) 10.57º 0.98% 0.98% -
XYZ 40.15 22.26 2.32 -
YUV 103.2 72.59 232 -
System Red Green Blue C M Y K H S L
Decimal 249 48 5 0 0.81 0.98 0.02 10.57 0.96 0.5
Hex F9 30 5 0 51 62 2 B 60 32
Octal 371 60 5 0 121 142 2 13 140 62
Binary 11111001 110000 101 0 1010001 1100010 10 1011 1100000 110010

Color Harmonies of #F93005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93005

Black with #F93005

Text Example


Text Example

White with #F93005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93005; }

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

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

background-color css

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

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

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

border-color css

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

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

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