Html Css Color HEX #F62505 Scarlet

📋 copy color: '#F62505'

red 246 ◦ green 37 ◦ blue 5

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

Shades of Scarlet #F62505

Tints of Scarlet #F62505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 85.42%
G = 12.85%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F62505 (or 0xF62505) is known color: Scarlet. HEX triplet: F6, 25 and 05. RGB value is (246,37,5). Sum of RGB (Red+Green+Blue) = 246+37+5=288 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.42% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 246 - color contains mainly: red. Hex color #F62505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62505 is #09DAFA. Grayscale: #606060. Windows color (decimal): -645883 or 337398. OLE color: 337398.

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

Color convert

RGB 246 37 5 -
CMYK 0 0.85 0.98 0.04
HSL 7.97º 0.96% 0.49% -
HSV(B) 7.97º 0.98% 0.96% -
XYZ 38.7 20.93 2.14 -
YUV 95.84 76.74 235.1 -
System Red Green Blue C M Y K H S L
Decimal 246 37 5 0 0.85 0.98 0.04 7.97 0.96 0.49
Hex F6 25 5 0 55 62 4 8 60 31
Octal 366 45 5 0 125 142 4 10 140 61
Binary 11110110 100101 101 0 1010101 1100010 100 1000 1100000 110001

Color Harmonies of #F62505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62505

Black with #F62505

Text Example


Text Example

White with #F62505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62505; }

 p { color: rgb(246,37,5); }

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

background-color css

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

 a { background-color: rgb(246,37,5); }

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

border-color css

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

 span { border-color: rgb(246,37,5); }

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