Html Css Color HEX #F62030 Alizarin

📋 copy color: '#F62030'

red 246 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #F62030

Tints of Alizarin #F62030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 75.46%
G = 9.82%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F62030 (or 0xF62030) is known color: Alizarin. HEX triplet: F6, 20 and 30. RGB value is (246,32,48). Sum of RGB (Red+Green+Blue) = 246+32+48=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F62030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62030 is #09DFCF. Grayscale: #616161. Windows color (decimal): -647120 or 3154166. OLE color: 3154166.

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

Color convert

RGB 246 32 48 -
CMYK 0 0.87 0.80 0.04
HSL 355.51º 0.92% 0.55% -
HSV(B) 355.51º 0.87% 0.96% -
XYZ 39.06 20.84 4.76 -
YUV 97.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 246 32 48 0 0.87 0.80 0.04 355.51 0.92 0.55
Hex F6 20 30 0 57 50 4 164 5C 37
Octal 366 40 60 0 127 120 4 544 134 67
Binary 11110110 100000 110000 0 1010111 1010000 100 101100100 1011100 110111

Color Harmonies of #F62030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62030

Black with #F62030

Text Example


Text Example

White with #F62030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62030; }

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

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

background-color css

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

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

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

border-color css

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

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

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