Html Css Color HEX #F6253E Alizarin

📋 copy color: '#F6253E'

red 246 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #F6253E

Tints of Alizarin #F6253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 71.3%
G = 10.72%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6253E (or 0xF6253E) is known color: Alizarin. HEX triplet: F6, 25 and 3E. RGB value is (246,37,62). Sum of RGB (Red+Green+Blue) = 246+37+62=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6253E is #09DAC1. Grayscale: #666666. Windows color (decimal): -645826 or 4072950. OLE color: 4072950.

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

Color convert

RGB 246 37 62 -
CMYK 0 0.85 0.75 0.04
HSL 352.82º 0.92% 0.55% -
HSV(B) 352.82º 0.85% 0.96% -
XYZ 39.54 21.26 6.58 -
YUV 102.34 105.24 230.47 -
System Red Green Blue C M Y K H S L
Decimal 246 37 62 0 0.85 0.75 0.04 352.82 0.92 0.55
Hex F6 25 3E 0 55 4B 4 161 5C 37
Octal 366 45 76 0 125 113 4 541 134 67
Binary 11110110 100101 111110 0 1010101 1001011 100 101100001 1011100 110111

Color Harmonies of #F6253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6253E

Black with #F6253E

Text Example


Text Example

White with #F6253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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