Html Css Color HEX #F2304F Amaranth

📋 copy color: '#F2304F'

red 242 ◦ green 48 ◦ blue 79

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

Shades of Amaranth #F2304F

Tints of Amaranth #F2304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

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

R = 65.58%
G = 13.01%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2304F (or 0xF2304F) is known color: Amaranth. HEX triplet: F2, 30 and 4F. RGB value is (242,48,79). Sum of RGB (Red+Green+Blue) = 242+48+79=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2304F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2304F is #0DCFB0. Grayscale: #6D6D6D. Windows color (decimal): -905137 or 5189874. OLE color: 5189874.

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

Color convert

RGB 242 48 79 -
CMYK 0 0.80 0.67 0.05
HSL 350.41º 0.88% 0.57% -
HSV(B) 350.41º 0.8% 0.95% -
XYZ 39.09 21.56 9.5 -
YUV 109.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 242 48 79 0 0.80 0.67 0.05 350.41 0.88 0.57
Hex F2 30 4F 0 50 43 5 15E 58 39
Octal 362 60 117 0 120 103 5 536 130 71
Binary 11110010 110000 1001111 0 1010000 1000011 101 101011110 1011000 111001

Color Harmonies of #F2304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2304F

Black with #F2304F

Text Example


Text Example

White with #F2304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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