Html Css Color HEX #F73005 Scarlet

📋 copy color: '#F73005'

red 247 ◦ green 48 ◦ blue 5

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

Shades of Scarlet #F73005

Tints of Scarlet #F73005

RGB

 RED value IS 247 (96.88% from 255) = 82.33%

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

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

R = 82.33%
G = 16%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F73005 (or 0xF73005) is known color: Scarlet. HEX triplet: F7, 30 and 05. RGB value is (247,48,5). Sum of RGB (Red+Green+Blue) = 247+48+5=300 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 247 - color contains mainly: red. Hex color #F73005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73005 is #08CFFA. Grayscale: #666666. Windows color (decimal): -577531 or 340215. OLE color: 340215.

HSL color Cylindrical-coordinate representation of color #F73005: hue angle of 10.66º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F73005 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 5 -
CMYK 0 0.81 0.98 0.03
HSL 10.66º 0.96% 0.49% -
HSV(B) 10.66º 0.98% 0.97% -
XYZ 39.44 21.9 2.29 -
YUV 102.6 72.93 231 -
System Red Green Blue C M Y K H S L
Decimal 247 48 5 0 0.81 0.98 0.03 10.66 0.96 0.49
Hex F7 30 5 0 51 62 3 B 60 31
Octal 367 60 5 0 121 142 3 13 140 61
Binary 11110111 110000 101 0 1010001 1100010 11 1011 1100000 110001

Color Harmonies of #F73005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73005

Black with #F73005

Text Example


Text Example

White with #F73005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73005; }

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

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

background-color css

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

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

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

border-color css

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

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

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