Html Css Color HEX #F6253C Alizarin

📋 copy color: '#F6253C'

red 246 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #F6253C

Tints of Alizarin #F6253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 71.72%
G = 10.79%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6253C (or 0xF6253C) is known color: Alizarin. HEX triplet: F6, 25 and 3C. RGB value is (246,37,60). Sum of RGB (Red+Green+Blue) = 246+37+60=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F6253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6253C is #09DAC3. Grayscale: #666666. Windows color (decimal): -645828 or 3941878. OLE color: 3941878.

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

Color convert

RGB 246 37 60 -
CMYK 0 0.85 0.76 0.04
HSL 353.4º 0.92% 0.55% -
HSV(B) 353.4º 0.85% 0.96% -
XYZ 39.48 21.24 6.29 -
YUV 102.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 246 37 60 0 0.85 0.76 0.04 353.4 0.92 0.55
Hex F6 25 3C 0 55 4C 4 161 5C 37
Octal 366 45 74 0 125 114 4 541 134 67
Binary 11110110 100101 111100 0 1010101 1001100 100 101100001 1011100 110111

Color Harmonies of #F6253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6253C

Black with #F6253C

Text Example


Text Example

White with #F6253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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