Html Css Color HEX #F42753 Amaranth

📋 copy color: '#F42753'

red 244 ◦ green 39 ◦ blue 83

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

Shades of Amaranth #F42753

Tints of Amaranth #F42753

RGB

 RED value IS 244 (95.7% from 255) = 66.67%

 GREEN value IS 39 (15.63% from 255) = 10.66%

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

R = 66.67%
G = 10.66%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F42753 (or 0xF42753) is known color: Amaranth. HEX triplet: F4, 27 and 53. RGB value is (244,39,83). Sum of RGB (Red+Green+Blue) = 244+39+83=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F42753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42753 is #0BD8AC. Grayscale: #696969. Windows color (decimal): -776365 or 5449716. OLE color: 5449716.

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

Color convert

RGB 244 39 83 -
CMYK 0 0.84 0.66 0.04
HSL 347.12º 0.9% 0.55% -
HSV(B) 347.12º 0.84% 0.96% -
XYZ 39.6 21.31 10.21 -
YUV 105.31 115.42 226.92 -
System Red Green Blue C M Y K H S L
Decimal 244 39 83 0 0.84 0.66 0.04 347.12 0.9 0.55
Hex F4 27 53 0 54 42 4 15B 5A 37
Octal 364 47 123 0 124 102 4 533 132 67
Binary 11110100 100111 1010011 0 1010100 1000010 100 101011011 1011010 110111

Color Harmonies of #F42753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42753

Black with #F42753

Text Example


Text Example

White with #F42753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42753; }

 p { color: rgb(244,39,83); }

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

background-color css

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

 a { background-color: rgb(244,39,83); }

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

border-color css

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

 span { border-color: rgb(244,39,83); }

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