Html Css Color HEX #F2354F Amaranth

📋 copy color: '#F2354F'

red 242 ◦ green 53 ◦ blue 79

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

Shades of Amaranth #F2354F

Tints of Amaranth #F2354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.17%

 BLUE value IS 79 (31.25% from 255) = 21.12%

R = 64.71%
G = 14.17%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2354F (or 0xF2354F) is known color: Amaranth. HEX triplet: F2, 35 and 4F. RGB value is (242,53,79). Sum of RGB (Red+Green+Blue) = 242+53+79=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2354F is #0DCAB0. Grayscale: #707070. Windows color (decimal): -903857 or 5191154. OLE color: 5191154.

HSL color Cylindrical-coordinate representation of color #F2354F: hue angle of 351.75º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2354F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 53 79 -
CMYK 0 0.78 0.67 0.05
HSL 351.75º 0.88% 0.58% -
HSV(B) 351.75º 0.78% 0.95% -
XYZ 39.3 21.99 9.57 -
YUV 112.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 242 53 79 0 0.78 0.67 0.05 351.75 0.88 0.58
Hex F2 35 4F 0 4E 43 5 160 58 3A
Octal 362 65 117 0 116 103 5 540 130 72
Binary 11110010 110101 1001111 0 1001110 1000011 101 101100000 1011000 111010

Color Harmonies of #F2354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2354F

Black with #F2354F

Text Example


Text Example

White with #F2354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2354F; }

 p { color: rgb(242,53,79); }

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

background-color css

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

 a { background-color: rgb(242,53,79); }

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

border-color css

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

 span { border-color: rgb(242,53,79); }

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