Html Css Color HEX #F22754 Amaranth

📋 copy color: '#F22754'

red 242 ◦ green 39 ◦ blue 84

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

Shades of Amaranth #F22754

Tints of Amaranth #F22754

RGB

 RED value IS 242 (94.92% from 255) = 66.3%

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

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

R = 66.3%
G = 10.68%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F22754 (or 0xF22754) is known color: Amaranth. HEX triplet: F2, 27 and 54. RGB value is (242,39,84). Sum of RGB (Red+Green+Blue) = 242+39+84=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F22754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22754 is #0DD8AB. Grayscale: #686868. Windows color (decimal): -907436 or 5515250. OLE color: 5515250.

HSL color Cylindrical-coordinate representation of color #F22754: hue angle of 346.7º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22754 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 39 84 -
CMYK 0 0.84 0.65 0.05
HSL 346.7º 0.89% 0.55% -
HSV(B) 346.7º 0.84% 0.95% -
XYZ 38.94 20.97 10.38 -
YUV 104.83 116.25 225.84 -
System Red Green Blue C M Y K H S L
Decimal 242 39 84 0 0.84 0.65 0.05 346.7 0.89 0.55
Hex F2 27 54 0 54 41 5 15B 59 37
Octal 362 47 124 0 124 101 5 533 131 67
Binary 11110010 100111 1010100 0 1010100 1000001 101 101011011 1011001 110111

Color Harmonies of #F22754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22754

Black with #F22754

Text Example


Text Example

White with #F22754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22754; }

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

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

background-color css

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

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

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

border-color css

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

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

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