Html Css Color HEX #F62230 Alizarin

📋 copy color: '#F62230'

red 246 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #F62230

Tints of Alizarin #F62230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 75%
G = 10.37%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F62230 (or 0xF62230) is known color: Alizarin. HEX triplet: F6, 22 and 30. RGB value is (246,34,48). Sum of RGB (Red+Green+Blue) = 246+34+48=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F62230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62230 is #09DDCF. Grayscale: #636363. Windows color (decimal): -646608 or 3154678. OLE color: 3154678.

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

Color convert

RGB 246 34 48 -
CMYK 0 0.86 0.80 0.04
HSL 356.04º 0.92% 0.55% -
HSV(B) 356.04º 0.86% 0.96% -
XYZ 39.11 20.95 4.78 -
YUV 98.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 246 34 48 0 0.86 0.80 0.04 356.04 0.92 0.55
Hex F6 22 30 0 56 50 4 164 5C 37
Octal 366 42 60 0 126 120 4 544 134 67
Binary 11110110 100010 110000 0 1010110 1010000 100 101100100 1011100 110111

Color Harmonies of #F62230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62230

Black with #F62230

Text Example


Text Example

White with #F62230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62230; }

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

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

background-color css

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

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

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

border-color css

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

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

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