Html Css Color HEX #F6253D Alizarin

📋 copy color: '#F6253D'

red 246 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #F6253D

Tints of Alizarin #F6253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 71.51%
G = 10.76%
B = 17.73%

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

#F6253D (or 0xF6253D) is known color: Alizarin. HEX triplet: F6, 25 and 3D. RGB value is (246,37,61). Sum of RGB (Red+Green+Blue) = 246+37+61=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F6253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6253D is #09DAC2. Grayscale: #666666. Windows color (decimal): -645827 or 4007414. OLE color: 4007414.

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

Color convert

RGB 246 37 61 -
CMYK 0 0.85 0.75 0.04
HSL 353.11º 0.92% 0.55% -
HSV(B) 353.11º 0.85% 0.96% -
XYZ 39.51 21.25 6.43 -
YUV 102.23 104.74 230.55 -
System Red Green Blue C M Y K H S L
Decimal 246 37 61 0 0.85 0.75 0.04 353.11 0.92 0.55
Hex F6 25 3D 0 55 4B 4 161 5C 37
Octal 366 45 75 0 125 113 4 541 134 67
Binary 11110110 100101 111101 0 1010101 1001011 100 101100001 1011100 110111

Color Harmonies of #F6253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6253D

Black with #F6253D

Text Example


Text Example

White with #F6253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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