Html Css Color HEX #F2255E Amaranth

📋 copy color: '#F2255E'

red 242 ◦ green 37 ◦ blue 94

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

Shades of Amaranth #F2255E

Tints of Amaranth #F2255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 64.88%
G = 9.92%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2255E (or 0xF2255E) is known color: Amaranth. HEX triplet: F2, 25 and 5E. RGB value is (242,37,94). Sum of RGB (Red+Green+Blue) = 242+37+94=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2255E is #0DDAA1. Grayscale: #686868. Windows color (decimal): -907938 or 6170098. OLE color: 6170098.

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

Color convert

RGB 242 37 94 -
CMYK 0 0.85 0.61 0.05
HSL 343.32º 0.89% 0.55% -
HSV(B) 343.32º 0.85% 0.95% -
XYZ 39.3 21.01 12.57 -
YUV 104.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 242 37 94 0 0.85 0.61 0.05 343.32 0.89 0.55
Hex F2 25 5E 0 55 3D 5 157 59 37
Octal 362 45 136 0 125 75 5 527 131 67
Binary 11110010 100101 1011110 0 1010101 111101 101 101010111 1011001 110111

Color Harmonies of #F2255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2255E

Black with #F2255E

Text Example


Text Example

White with #F2255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2255E; }

 p { color: rgb(242,37,94); }

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

background-color css

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

 a { background-color: rgb(242,37,94); }

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

border-color css

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

 span { border-color: rgb(242,37,94); }

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