Html Css Color HEX #F42652 Amaranth

📋 copy color: '#F42652'

red 244 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #F42652

Tints of Amaranth #F42652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.44%

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

R = 67.03%
G = 10.44%
B = 22.53%

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

#F42652 (or 0xF42652) is known color: Amaranth. HEX triplet: F4, 26 and 52. RGB value is (244,38,82). Sum of RGB (Red+Green+Blue) = 244+38+82=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F42652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42652 is #0BD9AD. Grayscale: #686868. Windows color (decimal): -776622 or 5383924. OLE color: 5383924.

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

Color convert

RGB 244 38 82 -
CMYK 0 0.84 0.66 0.04
HSL 347.18º 0.9% 0.55% -
HSV(B) 347.18º 0.84% 0.96% -
XYZ 39.52 21.23 10 -
YUV 104.61 115.25 227.42 -
System Red Green Blue C M Y K H S L
Decimal 244 38 82 0 0.84 0.66 0.04 347.18 0.9 0.55
Hex F4 26 52 0 54 42 4 15B 5A 37
Octal 364 46 122 0 124 102 4 533 132 67
Binary 11110100 100110 1010010 0 1010100 1000010 100 101011011 1011010 110111

Color Harmonies of #F42652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42652

Black with #F42652

Text Example


Text Example

White with #F42652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42652; }

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

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

background-color css

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

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

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

border-color css

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

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

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