Html Css Color HEX #F42754 Amaranth

📋 copy color: '#F42754'

red 244 ◦ green 39 ◦ blue 84

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

Shades of Amaranth #F42754

Tints of Amaranth #F42754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 66.49%
G = 10.63%
B = 22.89%

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

#F42754 (or 0xF42754) is known color: Amaranth. HEX triplet: F4, 27 and 54. RGB value is (244,39,84). Sum of RGB (Red+Green+Blue) = 244+39+84=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F42754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42754 is #0BD8AB. Grayscale: #696969. Windows color (decimal): -776364 or 5515252. OLE color: 5515252.

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

Color convert

RGB 244 39 84 -
CMYK 0 0.84 0.66 0.04
HSL 346.83º 0.9% 0.55% -
HSV(B) 346.83º 0.84% 0.96% -
XYZ 39.63 21.32 10.41 -
YUV 105.43 115.92 226.84 -
System Red Green Blue C M Y K H S L
Decimal 244 39 84 0 0.84 0.66 0.04 346.83 0.9 0.55
Hex F4 27 54 0 54 42 4 15B 5A 37
Octal 364 47 124 0 124 102 4 533 132 67
Binary 11110100 100111 1010100 0 1010100 1000010 100 101011011 1011010 110111

Color Harmonies of #F42754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42754

Black with #F42754

Text Example


Text Example

White with #F42754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42754; }

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

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

background-color css

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

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

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

border-color css

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

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

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