Html Css Color HEX #F2235E Amaranth

📋 copy color: '#F2235E'

red 242 ◦ green 35 ◦ blue 94

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

Shades of Amaranth #F2235E

Tints of Amaranth #F2235E

RGB

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

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

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

R = 65.23%
G = 9.43%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2235E (or 0xF2235E) is known color: Amaranth. HEX triplet: F2, 23 and 5E. RGB value is (242,35,94). Sum of RGB (Red+Green+Blue) = 242+35+94=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2235E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2235E is #0DDCA1. Grayscale: #676767. Windows color (decimal): -908450 or 6169586. OLE color: 6169586.

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

Color convert

RGB 242 35 94 -
CMYK 0 0.86 0.61 0.05
HSL 342.9º 0.89% 0.54% -
HSV(B) 342.9º 0.86% 0.95% -
XYZ 39.24 20.89 12.55 -
YUV 103.62 122.58 226.7 -
System Red Green Blue C M Y K H S L
Decimal 242 35 94 0 0.86 0.61 0.05 342.9 0.89 0.54
Hex F2 23 5E 0 56 3D 5 157 59 36
Octal 362 43 136 0 126 75 5 527 131 66
Binary 11110010 100011 1011110 0 1010110 111101 101 101010111 1011001 110110

Color Harmonies of #F2235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2235E

Black with #F2235E

Text Example


Text Example

White with #F2235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2235E; }

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

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

background-color css

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

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

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

border-color css

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

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

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