Html Css Color HEX #F2255B Amaranth

📋 copy color: '#F2255B'

red 242 ◦ green 37 ◦ blue 91

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

Shades of Amaranth #F2255B

Tints of Amaranth #F2255B

RGB

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

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

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

R = 65.41%
G = 10%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2255B (or 0xF2255B) is known color: Amaranth. HEX triplet: F2, 25 and 5B. RGB value is (242,37,91). Sum of RGB (Red+Green+Blue) = 242+37+91=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2255B is #0DDAA4. Grayscale: #686868. Windows color (decimal): -907941 or 5973490. OLE color: 5973490.

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

Color convert

RGB 242 37 91 -
CMYK 0 0.85 0.62 0.05
HSL 344.2º 0.89% 0.55% -
HSV(B) 344.2º 0.85% 0.95% -
XYZ 39.17 20.96 11.88 -
YUV 104.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 242 37 91 0 0.85 0.62 0.05 344.2 0.89 0.55
Hex F2 25 5B 0 55 3E 5 158 59 37
Octal 362 45 133 0 125 76 5 530 131 67
Binary 11110010 100101 1011011 0 1010101 111110 101 101011000 1011001 110111

Color Harmonies of #F2255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2255B

Black with #F2255B

Text Example


Text Example

White with #F2255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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