Html Css Color HEX #F71406 Scarlet

📋 copy color: '#F71406'

red 247 ◦ green 20 ◦ blue 6

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

Shades of Scarlet #F71406

Tints of Scarlet #F71406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 90.48%
G = 7.33%
B = 2.2%

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

#F71406 (or 0xF71406) is known color: Scarlet. HEX triplet: F7, 14 and 06. RGB value is (247,20,6). Sum of RGB (Red+Green+Blue) = 247+20+6=273 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.48% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 247 - color contains mainly: red. Hex color #F71406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71406 is #08EBF9. Grayscale: #565656. Windows color (decimal): -584698 or 398583. OLE color: 398583.

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

Color convert

RGB 247 20 6 -
CMYK 0 0.92 0.98 0.03
HSL 3.49º 0.95% 0.5% -
HSV(B) 3.49º 0.98% 0.97% -
XYZ 38.64 20.29 2.05 -
YUV 86.28 82.71 242.64 -
System Red Green Blue C M Y K H S L
Decimal 247 20 6 0 0.92 0.98 0.03 3.49 0.95 0.5
Hex F7 14 6 0 5C 62 3 3 5F 32
Octal 367 24 6 0 134 142 3 3 137 62
Binary 11110111 10100 110 0 1011100 1100010 11 11 1011111 110010

Color Harmonies of #F71406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71406

Black with #F71406

Text Example


Text Example

White with #F71406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71406; }

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

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

background-color css

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

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

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

border-color css

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

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

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