Html Css Color HEX #F71402 Scarlet

📋 copy color: '#F71402'

red 247 ◦ green 20 ◦ blue 2

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

Shades of Scarlet #F71402

Tints of Scarlet #F71402

RGB

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

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

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

R = 91.82%
G = 7.43%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F71402 (or 0xF71402) is known color: Scarlet. HEX triplet: F7, 14 and 02. RGB value is (247,20,2). Sum of RGB (Red+Green+Blue) = 247+20+2=269 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.82% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 247 - color contains mainly: red. Hex color #F71402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71402 is #08EBFD. Grayscale: #565656. Windows color (decimal): -584702 or 136439. OLE color: 136439.

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

Color convert

RGB 247 20 2 -
CMYK 0 0.92 0.99 0.03
HSL 4.41º 0.98% 0.49% -
HSV(B) 4.41º 0.99% 0.97% -
XYZ 38.62 20.28 1.94 -
YUV 85.82 80.71 242.96 -
System Red Green Blue C M Y K H S L
Decimal 247 20 2 0 0.92 0.99 0.03 4.41 0.98 0.49
Hex F7 14 2 0 5C 63 3 4 62 31
Octal 367 24 2 0 134 143 3 4 142 61
Binary 11110111 10100 10 0 1011100 1100011 11 100 1100010 110001

Color Harmonies of #F71402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71402

Black with #F71402

Text Example


Text Example

White with #F71402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71402; }

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

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

background-color css

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

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

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

border-color css

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

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

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