Html Css Color HEX #F62710 Scarlet

📋 copy color: '#F62710'

red 246 ◦ green 39 ◦ blue 16

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

Shades of Scarlet #F62710

Tints of Scarlet #F62710

RGB

 RED value IS 246 (96.48% from 255) = 81.73%

 GREEN value IS 39 (15.63% from 255) = 12.96%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 81.73%
G = 12.96%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F62710 (or 0xF62710) is known color: Scarlet. HEX triplet: F6, 27 and 10. RGB value is (246,39,16). Sum of RGB (Red+Green+Blue) = 246+39+16=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F62710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62710 is #09D8EF. Grayscale: #626262. Windows color (decimal): -645360 or 1058806. OLE color: 1058806.

HSL color Cylindrical-coordinate representation of color #F62710: hue angle of 6º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F62710 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 39 16 -
CMYK 0 0.84 0.93 0.04
HSL 0.93% 0.51% -
HSV(B) 0.93% 0.96% -
XYZ 38.83 21.08 2.51 -
YUV 98.27 81.58 233.37 -
System Red Green Blue C M Y K H S L
Decimal 246 39 16 0 0.84 0.93 0.04 6 0.93 0.51
Hex F6 27 10 0 54 5D 4 6 5D 33
Octal 366 47 20 0 124 135 4 6 135 63
Binary 11110110 100111 10000 0 1010100 1011101 100 110 1011101 110011

Color Harmonies of #F62710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62710

Black with #F62710

Text Example


Text Example

White with #F62710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62710; }

 p { color: rgb(246,39,16); }

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

background-color css

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

 a { background-color: rgb(246,39,16); }

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

border-color css

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

 span { border-color: rgb(246,39,16); }

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