Html Css Color HEX #F2235F Amaranth

📋 copy color: '#F2235F'

red 242 ◦ green 35 ◦ blue 95

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

Shades of Amaranth #F2235F

Tints of Amaranth #F2235F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.54%

R = 65.05%
G = 9.41%
B = 25.54%

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

#F2235F (or 0xF2235F) is known color: Amaranth. HEX triplet: F2, 23 and 5F. RGB value is (242,35,95). Sum of RGB (Red+Green+Blue) = 242+35+95=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2235F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2235F is #0DDCA0. Grayscale: #676767. Windows color (decimal): -908449 or 6235122. OLE color: 6235122.

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

Color convert

RGB 242 35 95 -
CMYK 0 0.86 0.61 0.05
HSL 342.61º 0.89% 0.54% -
HSV(B) 342.61º 0.86% 0.95% -
XYZ 39.28 20.91 12.79 -
YUV 103.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 242 35 95 0 0.86 0.61 0.05 342.61 0.89 0.54
Hex F2 23 5F 0 56 3D 5 157 59 36
Octal 362 43 137 0 126 75 5 527 131 66
Binary 11110010 100011 1011111 0 1010110 111101 101 101010111 1011001 110110

Color Harmonies of #F2235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2235F

Black with #F2235F

Text Example


Text Example

White with #F2235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2235F; }

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

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

background-color css

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

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

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

border-color css

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

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

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