Html Css Color HEX #F73305 Scarlet

📋 copy color: '#F73305'

red 247 ◦ green 51 ◦ blue 5

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

Shades of Scarlet #F73305

Tints of Scarlet #F73305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 81.52%
G = 16.83%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F73305 (or 0xF73305) is known color: Scarlet. HEX triplet: F7, 33 and 05. RGB value is (247,51,5). Sum of RGB (Red+Green+Blue) = 247+51+5=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F73305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73305 is #08CCFA. Grayscale: #686868. Windows color (decimal): -576763 or 340983. OLE color: 340983.

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

Color convert

RGB 247 51 5 -
CMYK 0 0.79 0.98 0.03
HSL 11.4º 0.96% 0.49% -
HSV(B) 11.4º 0.98% 0.97% -
XYZ 39.57 22.15 2.33 -
YUV 104.36 71.93 229.74 -
System Red Green Blue C M Y K H S L
Decimal 247 51 5 0 0.79 0.98 0.03 11.4 0.96 0.49
Hex F7 33 5 0 4F 62 3 B 60 31
Octal 367 63 5 0 117 142 3 13 140 61
Binary 11110111 110011 101 0 1001111 1100010 11 1011 1100000 110001

Color Harmonies of #F73305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73305

Black with #F73305

Text Example


Text Example

White with #F73305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73305; }

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

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

background-color css

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

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

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

border-color css

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

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

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