Html Css Color HEX #F2205B Amaranth

📋 copy color: '#F2205B'

red 242 ◦ green 32 ◦ blue 91

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

Shades of Amaranth #F2205B

Tints of Amaranth #F2205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 66.3%
G = 8.77%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2205B (or 0xF2205B) is known color: Amaranth. HEX triplet: F2, 20 and 5B. RGB value is (242,32,91). Sum of RGB (Red+Green+Blue) = 242+32+91=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F2205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2205B is #0DDFA4. Grayscale: #656565. Windows color (decimal): -909221 or 5972210. OLE color: 5972210.

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

Color convert

RGB 242 32 91 -
CMYK 0 0.87 0.62 0.05
HSL 343.14º 0.89% 0.54% -
HSV(B) 343.14º 0.87% 0.95% -
XYZ 39.02 20.67 11.83 -
YUV 101.52 122.07 228.2 -
System Red Green Blue C M Y K H S L
Decimal 242 32 91 0 0.87 0.62 0.05 343.14 0.89 0.54
Hex F2 20 5B 0 57 3E 5 157 59 36
Octal 362 40 133 0 127 76 5 527 131 66
Binary 11110010 100000 1011011 0 1010111 111110 101 101010111 1011001 110110

Color Harmonies of #F2205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2205B

Black with #F2205B

Text Example


Text Example

White with #F2205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2205B; }

 p { color: rgb(242,32,91); }

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

background-color css

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

 a { background-color: rgb(242,32,91); }

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

border-color css

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

 span { border-color: rgb(242,32,91); }

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