Html Css Color HEX #F71902 Scarlet

📋 copy color: '#F71902'

red 247 ◦ green 25 ◦ blue 2

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

Shades of Scarlet #F71902

Tints of Scarlet #F71902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 90.15%
G = 9.12%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F71902 (or 0xF71902) is known color: Scarlet. HEX triplet: F7, 19 and 02. RGB value is (247,25,2). Sum of RGB (Red+Green+Blue) = 247+25+2=274 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.15% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 247 - color contains mainly: red. Hex color #F71902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71902 is #08E6FD. Grayscale: #595959. Windows color (decimal): -583422 or 137719. OLE color: 137719.

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

Color convert

RGB 247 25 2 -
CMYK 0 0.90 0.99 0.03
HSL 5.63º 0.98% 0.49% -
HSV(B) 5.63º 0.99% 0.97% -
XYZ 38.72 20.47 1.97 -
YUV 88.76 79.05 240.87 -
System Red Green Blue C M Y K H S L
Decimal 247 25 2 0 0.90 0.99 0.03 5.63 0.98 0.49
Hex F7 19 2 0 5A 63 3 6 62 31
Octal 367 31 2 0 132 143 3 6 142 61
Binary 11110111 11001 10 0 1011010 1100011 11 110 1100010 110001

Color Harmonies of #F71902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71902

Black with #F71902

Text Example


Text Example

White with #F71902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71902; }

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

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

background-color css

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

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

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

border-color css

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

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

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