Html Css Color HEX #F71602 Scarlet

📋 copy color: '#F71602'

red 247 ◦ green 22 ◦ blue 2

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

Shades of Scarlet #F71602

Tints of Scarlet #F71602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 91.14%
G = 8.12%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F71602 (or 0xF71602) is known color: Scarlet. HEX triplet: F7, 16 and 02. RGB value is (247,22,2). Sum of RGB (Red+Green+Blue) = 247+22+2=271 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.14% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 247 - color contains mainly: red. Hex color #F71602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71602 is #08E9FD. Grayscale: #575757. Windows color (decimal): -584190 or 136951. OLE color: 136951.

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

Color convert

RGB 247 22 2 -
CMYK 0 0.91 0.99 0.03
HSL 4.9º 0.98% 0.49% -
HSV(B) 4.9º 0.99% 0.97% -
XYZ 38.66 20.35 1.95 -
YUV 87 80.04 242.13 -
System Red Green Blue C M Y K H S L
Decimal 247 22 2 0 0.91 0.99 0.03 4.9 0.98 0.49
Hex F7 16 2 0 5B 63 3 5 62 31
Octal 367 26 2 0 133 143 3 5 142 61
Binary 11110111 10110 10 0 1011011 1100011 11 101 1100010 110001

Color Harmonies of #F71602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71602

Black with #F71602

Text Example


Text Example

White with #F71602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71602; }

 p { color: rgb(247,22,2); }

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

background-color css

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

 a { background-color: rgb(247,22,2); }

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

border-color css

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

 span { border-color: rgb(247,22,2); }

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