Html Css Color HEX #F2254F Amaranth

📋 copy color: '#F2254F'

red 242 ◦ green 37 ◦ blue 79

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

Shades of Amaranth #F2254F

Tints of Amaranth #F2254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

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

R = 67.6%
G = 10.34%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2254F (or 0xF2254F) is known color: Amaranth. HEX triplet: F2, 25 and 4F. RGB value is (242,37,79). Sum of RGB (Red+Green+Blue) = 242+37+79=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2254F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2254F is #0DDAB0. Grayscale: #676767. Windows color (decimal): -907953 or 5187058. OLE color: 5187058.

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

Color convert

RGB 242 37 79 -
CMYK 0 0.85 0.67 0.05
HSL 347.71º 0.89% 0.55% -
HSV(B) 347.71º 0.85% 0.95% -
XYZ 38.69 20.76 9.37 -
YUV 103.08 114.42 227.08 -
System Red Green Blue C M Y K H S L
Decimal 242 37 79 0 0.85 0.67 0.05 347.71 0.89 0.55
Hex F2 25 4F 0 55 43 5 15C 59 37
Octal 362 45 117 0 125 103 5 534 131 67
Binary 11110010 100101 1001111 0 1010101 1000011 101 101011100 1011001 110111

Color Harmonies of #F2254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2254F

Black with #F2254F

Text Example


Text Example

White with #F2254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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