Html Css Color HEX #F2235B Amaranth

📋 copy color: '#F2235B'

red 242 ◦ green 35 ◦ blue 91

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

Shades of Amaranth #F2235B

Tints of Amaranth #F2235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

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

R = 65.76%
G = 9.51%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2235B (or 0xF2235B) is known color: Amaranth. HEX triplet: F2, 23 and 5B. RGB value is (242,35,91). Sum of RGB (Red+Green+Blue) = 242+35+91=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2235B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2235B is #0DDCA4. Grayscale: #676767. Windows color (decimal): -908453 or 5972978. OLE color: 5972978.

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

Color convert

RGB 242 35 91 -
CMYK 0 0.86 0.62 0.05
HSL 343.77º 0.89% 0.54% -
HSV(B) 343.77º 0.86% 0.95% -
XYZ 39.11 20.83 11.86 -
YUV 103.28 121.08 226.95 -
System Red Green Blue C M Y K H S L
Decimal 242 35 91 0 0.86 0.62 0.05 343.77 0.89 0.54
Hex F2 23 5B 0 56 3E 5 158 59 36
Octal 362 43 133 0 126 76 5 530 131 66
Binary 11110010 100011 1011011 0 1010110 111110 101 101011000 1011001 110110

Color Harmonies of #F2235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2235B

Black with #F2235B

Text Example


Text Example

White with #F2235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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