Html Css Color HEX #F42052 Amaranth

📋 copy color: '#F42052'

red 244 ◦ green 32 ◦ blue 82

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

Shades of Amaranth #F42052

Tints of Amaranth #F42052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 68.16%
G = 8.94%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F42052 (or 0xF42052) is known color: Amaranth. HEX triplet: F4, 20 and 52. RGB value is (244,32,82). Sum of RGB (Red+Green+Blue) = 244+32+82=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F42052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42052 is #0BDFAD. Grayscale: #656565. Windows color (decimal): -778158 or 5382388. OLE color: 5382388.

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

Color convert

RGB 244 32 82 -
CMYK 0 0.87 0.66 0.04
HSL 345.85º 0.91% 0.54% -
HSV(B) 345.85º 0.87% 0.96% -
XYZ 39.35 20.88 9.94 -
YUV 101.09 117.24 229.93 -
System Red Green Blue C M Y K H S L
Decimal 244 32 82 0 0.87 0.66 0.04 345.85 0.91 0.54
Hex F4 20 52 0 57 42 4 15A 5B 36
Octal 364 40 122 0 127 102 4 532 133 66
Binary 11110100 100000 1010010 0 1010111 1000010 100 101011010 1011011 110110

Color Harmonies of #F42052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42052

Black with #F42052

Text Example


Text Example

White with #F42052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42052; }

 p { color: rgb(244,32,82); }

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

background-color css

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

 a { background-color: rgb(244,32,82); }

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

border-color css

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

 span { border-color: rgb(244,32,82); }

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