Html Css Color HEX #F2215A Amaranth

📋 copy color: '#F2215A'

red 242 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #F2215A

Tints of Amaranth #F2215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 66.3%
G = 9.04%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2215A (or 0xF2215A) is known color: Amaranth. HEX triplet: F2, 21 and 5A. RGB value is (242,33,90). Sum of RGB (Red+Green+Blue) = 242+33+90=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F2215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2215A is #0DDEA5. Grayscale: #656565. Windows color (decimal): -908966 or 5906930. OLE color: 5906930.

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

Color convert

RGB 242 33 90 -
CMYK 0 0.86 0.63 0.05
HSL 343.64º 0.89% 0.54% -
HSV(B) 343.64º 0.86% 0.95% -
XYZ 39.01 20.7 11.61 -
YUV 101.99 121.24 227.87 -
System Red Green Blue C M Y K H S L
Decimal 242 33 90 0 0.86 0.63 0.05 343.64 0.89 0.54
Hex F2 21 5A 0 56 3F 5 158 59 36
Octal 362 41 132 0 126 77 5 530 131 66
Binary 11110010 100001 1011010 0 1010110 111111 101 101011000 1011001 110110

Color Harmonies of #F2215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2215A

Black with #F2215A

Text Example


Text Example

White with #F2215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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