Html Css Color HEX #F22B5A Amaranth

📋 copy color: '#F22B5A'

red 242 ◦ green 43 ◦ blue 90

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

Shades of Amaranth #F22B5A

Tints of Amaranth #F22B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.47%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 64.53%
G = 11.47%
B = 24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F22B5A (or 0xF22B5A) is known color: Amaranth. HEX triplet: F2, 2B and 5A. RGB value is (242,43,90). Sum of RGB (Red+Green+Blue) = 242+43+90=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22B5A is #0DD4A5. Grayscale: #6B6B6B. Windows color (decimal): -906406 or 5909490. OLE color: 5909490.

HSL color Cylindrical-coordinate representation of color #F22B5A: hue angle of 345.83º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22B5A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 43 90 -
CMYK 0 0.82 0.63 0.05
HSL 345.83º 0.88% 0.56% -
HSV(B) 345.83º 0.82% 0.95% -
XYZ 39.33 21.34 11.72 -
YUV 107.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 242 43 90 0 0.82 0.63 0.05 345.83 0.88 0.56
Hex F2 2B 5A 0 52 3F 5 15A 58 38
Octal 362 53 132 0 122 77 5 532 130 70
Binary 11110010 101011 1011010 0 1010010 111111 101 101011010 1011000 111000

Color Harmonies of #F22B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22B5A

Black with #F22B5A

Text Example


Text Example

White with #F22B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22B5A; }

 p { color: rgb(242,43,90); }

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

background-color css

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

 a { background-color: rgb(242,43,90); }

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

border-color css

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

 span { border-color: rgb(242,43,90); }

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