Html Css Color HEX #F2235C Amaranth

📋 copy color: '#F2235C'

red 242 ◦ green 35 ◦ blue 92

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

Shades of Amaranth #F2235C

Tints of Amaranth #F2235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.93%

R = 65.58%
G = 9.49%
B = 24.93%

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

#F2235C (or 0xF2235C) is known color: Amaranth. HEX triplet: F2, 23 and 5C. RGB value is (242,35,92). Sum of RGB (Red+Green+Blue) = 242+35+92=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2235C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2235C is #0DDCA3. Grayscale: #676767. Windows color (decimal): -908452 or 6038514. OLE color: 6038514.

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

Color convert

RGB 242 35 92 -
CMYK 0 0.86 0.62 0.05
HSL 343.48º 0.89% 0.54% -
HSV(B) 343.48º 0.86% 0.95% -
XYZ 39.15 20.85 12.09 -
YUV 103.39 121.58 226.87 -
System Red Green Blue C M Y K H S L
Decimal 242 35 92 0 0.86 0.62 0.05 343.48 0.89 0.54
Hex F2 23 5C 0 56 3E 5 157 59 36
Octal 362 43 134 0 126 76 5 527 131 66
Binary 11110010 100011 1011100 0 1010110 111110 101 101010111 1011001 110110

Color Harmonies of #F2235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2235C

Black with #F2235C

Text Example


Text Example

White with #F2235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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