Html Css Color HEX #F62020 Scarlet

📋 copy color: '#F62020'

red 246 ◦ green 32 ◦ blue 32

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

Shades of Scarlet #F62020

Tints of Scarlet #F62020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 79.35%
G = 10.32%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F62020 (or 0xF62020) is known color: Scarlet. HEX triplet: F6, 20 and 20. RGB value is (246,32,32). Sum of RGB (Red+Green+Blue) = 246+32+32=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F62020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62020 is #09DFDF. Grayscale: #606060. Windows color (decimal): -647136 or 2105590. OLE color: 2105590.

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

Color convert

RGB 246 32 32 -
CMYK 0 0.87 0.87 0.04
HSL 0.92% 0.55% -
HSV(B) 0.87% 0.96% -
XYZ 38.78 20.73 3.32 -
YUV 95.99 91.9 235 -
System Red Green Blue C M Y K H S L
Decimal 246 32 32 0 0.87 0.87 0.04 0 0.92 0.55
Hex F6 20 20 0 57 57 4 0 5C 37
Octal 366 40 40 0 127 127 4 0 134 67
Binary 11110110 100000 100000 0 1010111 1010111 100 0 1011100 110111

Color Harmonies of #F62020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62020

Black with #F62020

Text Example


Text Example

White with #F62020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62020; }

 p { color: rgb(246,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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