Html Css Color HEX #F62610 Scarlet

📋 copy color: '#F62610'

red 246 ◦ green 38 ◦ blue 16

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

Shades of Scarlet #F62610

Tints of Scarlet #F62610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

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

R = 82%
G = 12.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F62610 (or 0xF62610) is known color: Scarlet. HEX triplet: F6, 26 and 10. RGB value is (246,38,16). Sum of RGB (Red+Green+Blue) = 246+38+16=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F62610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62610 is #09D9EF. Grayscale: #616161. Windows color (decimal): -645616 or 1058550. OLE color: 1058550.

HSL color Cylindrical-coordinate representation of color #F62610: hue angle of 5.74º 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 #F62610 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 38 16 -
CMYK 0 0.85 0.93 0.04
HSL 5.74º 0.93% 0.51% -
HSV(B) 5.74º 0.93% 0.96% -
XYZ 38.79 21.02 2.5 -
YUV 97.68 81.91 233.79 -
System Red Green Blue C M Y K H S L
Decimal 246 38 16 0 0.85 0.93 0.04 5.74 0.93 0.51
Hex F6 26 10 0 55 5D 4 6 5D 33
Octal 366 46 20 0 125 135 4 6 135 63
Binary 11110110 100110 10000 0 1010101 1011101 100 110 1011101 110011

Color Harmonies of #F62610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62610

Black with #F62610

Text Example


Text Example

White with #F62610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62610; }

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

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

background-color css

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

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

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

border-color css

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

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

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