Html Css Color HEX #F22450 Amaranth

📋 copy color: '#F22450'

red 242 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #F22450

Tints of Amaranth #F22450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 67.6%
G = 10.06%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F22450 (or 0xF22450) is known color: Amaranth. HEX triplet: F2, 24 and 50. RGB value is (242,36,80). Sum of RGB (Red+Green+Blue) = 242+36+80=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F22450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22450 is #0DDBAF. Grayscale: #666666. Windows color (decimal): -908208 or 5252338. OLE color: 5252338.

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

Color convert

RGB 242 36 80 -
CMYK 0 0.85 0.67 0.05
HSL 347.18º 0.89% 0.55% -
HSV(B) 347.18º 0.85% 0.95% -
XYZ 38.7 20.72 9.55 -
YUV 102.61 115.25 227.42 -
System Red Green Blue C M Y K H S L
Decimal 242 36 80 0 0.85 0.67 0.05 347.18 0.89 0.55
Hex F2 24 50 0 55 43 5 15B 59 37
Octal 362 44 120 0 125 103 5 533 131 67
Binary 11110010 100100 1010000 0 1010101 1000011 101 101011011 1011001 110111

Color Harmonies of #F22450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22450

Black with #F22450

Text Example


Text Example

White with #F22450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22450; }

 p { color: rgb(242,36,80); }

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

background-color css

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

 a { background-color: rgb(242,36,80); }

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

border-color css

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

 span { border-color: rgb(242,36,80); }

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