Html Css Color HEX #F22351 Amaranth

📋 copy color: '#F22351'

red 242 ◦ green 35 ◦ blue 81

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

Shades of Amaranth #F22351

Tints of Amaranth #F22351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 67.6%
G = 9.78%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F22351 (or 0xF22351) is known color: Amaranth. HEX triplet: F2, 23 and 51. RGB value is (242,35,81). Sum of RGB (Red+Green+Blue) = 242+35+81=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F22351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22351 is #0DDCAE. Grayscale: #666666. Windows color (decimal): -908463 or 5317618. OLE color: 5317618.

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

Color convert

RGB 242 35 81 -
CMYK 0 0.86 0.67 0.05
HSL 346.67º 0.89% 0.54% -
HSV(B) 346.67º 0.86% 0.95% -
XYZ 38.7 20.67 9.74 -
YUV 102.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 242 35 81 0 0.86 0.67 0.05 346.67 0.89 0.54
Hex F2 23 51 0 56 43 5 15B 59 36
Octal 362 43 121 0 126 103 5 533 131 66
Binary 11110010 100011 1010001 0 1010110 1000011 101 101011011 1011001 110110

Color Harmonies of #F22351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22351

Black with #F22351

Text Example


Text Example

White with #F22351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22351; }

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

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

background-color css

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

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

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

border-color css

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

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

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