Html Css Color HEX #F62253 Amaranth

📋 copy color: '#F62253'

red 246 ◦ green 34 ◦ blue 83

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

Shades of Amaranth #F62253

Tints of Amaranth #F62253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 67.77%
G = 9.37%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F62253 (or 0xF62253) is known color: Amaranth. HEX triplet: F6, 22 and 53. RGB value is (246,34,83). Sum of RGB (Red+Green+Blue) = 246+34+83=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F62253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62253 is #09DDAC. Grayscale: #666666. Windows color (decimal): -646573 or 5448438. OLE color: 5448438.

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

Color convert

RGB 246 34 83 -
CMYK 0 0.86 0.66 0.04
HSL 346.13º 0.92% 0.55% -
HSV(B) 346.13º 0.86% 0.96% -
XYZ 40.14 21.36 10.19 -
YUV 102.97 116.74 230.02 -
System Red Green Blue C M Y K H S L
Decimal 246 34 83 0 0.86 0.66 0.04 346.13 0.92 0.55
Hex F6 22 53 0 56 42 4 15A 5C 37
Octal 366 42 123 0 126 102 4 532 134 67
Binary 11110110 100010 1010011 0 1010110 1000010 100 101011010 1011100 110111

Color Harmonies of #F62253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62253

Black with #F62253

Text Example


Text Example

White with #F62253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62253; }

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

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

background-color css

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

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

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

border-color css

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

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

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