Html Css Color HEX #F2205F Amaranth

📋 copy color: '#F2205F'

red 242 ◦ green 32 ◦ blue 95

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

Shades of Amaranth #F2205F

Tints of Amaranth #F2205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 65.58%
G = 8.67%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2205F (or 0xF2205F) is known color: Amaranth. HEX triplet: F2, 20 and 5F. RGB value is (242,32,95). Sum of RGB (Red+Green+Blue) = 242+32+95=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2205F is #0DDFA0. Grayscale: #656565. Windows color (decimal): -909217 or 6234354. OLE color: 6234354.

HSL color Cylindrical-coordinate representation of color #F2205F: hue angle of 342º 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 #F2205F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 32 95 -
CMYK 0 0.87 0.61 0.05
HSL 342º 0.89% 0.54% -
HSV(B) 342º 0.87% 0.95% -
XYZ 39.2 20.74 12.76 -
YUV 101.97 124.07 227.88 -
System Red Green Blue C M Y K H S L
Decimal 242 32 95 0 0.87 0.61 0.05 342 0.89 0.54
Hex F2 20 5F 0 57 3D 5 156 59 36
Octal 362 40 137 0 127 75 5 526 131 66
Binary 11110010 100000 1011111 0 1010111 111101 101 101010110 1011001 110110

Color Harmonies of #F2205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2205F

Black with #F2205F

Text Example


Text Example

White with #F2205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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