Html Css Color HEX #F71306 Scarlet

📋 copy color: '#F71306'

red 247 ◦ green 19 ◦ blue 6

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

Shades of Scarlet #F71306

Tints of Scarlet #F71306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 90.81%
G = 6.99%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F71306 (or 0xF71306) is known color: Scarlet. HEX triplet: F7, 13 and 06. RGB value is (247,19,6). Sum of RGB (Red+Green+Blue) = 247+19+6=272 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.81% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 247 - color contains mainly: red. Hex color #F71306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71306 is #08ECF9. Grayscale: #555555. Windows color (decimal): -584954 or 398327. OLE color: 398327.

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

Color convert

RGB 247 19 6 -
CMYK 0 0.92 0.98 0.03
HSL 3.24º 0.95% 0.5% -
HSV(B) 3.24º 0.98% 0.97% -
XYZ 38.62 20.25 2.05 -
YUV 85.69 83.04 243.06 -
System Red Green Blue C M Y K H S L
Decimal 247 19 6 0 0.92 0.98 0.03 3.24 0.95 0.5
Hex F7 13 6 0 5C 62 3 3 5F 32
Octal 367 23 6 0 134 142 3 3 137 62
Binary 11110111 10011 110 0 1011100 1100010 11 11 1011111 110010

Color Harmonies of #F71306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71306

Black with #F71306

Text Example


Text Example

White with #F71306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71306; }

 p { color: rgb(247,19,6); }

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

background-color css

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

 a { background-color: rgb(247,19,6); }

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

border-color css

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

 span { border-color: rgb(247,19,6); }

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