Html Css Color HEX #F2284A Amaranth

📋 copy color: '#F2284A'

red 242 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #F2284A

Tints of Amaranth #F2284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 67.98%
G = 11.24%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2284A (or 0xF2284A) is known color: Amaranth. HEX triplet: F2, 28 and 4A. RGB value is (242,40,74). Sum of RGB (Red+Green+Blue) = 242+40+74=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2284A is #0DD7B5. Grayscale: #686868. Windows color (decimal): -907190 or 4860146. OLE color: 4860146.

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

Color convert

RGB 242 40 74 -
CMYK 0 0.83 0.69 0.05
HSL 349.9º 0.89% 0.55% -
HSV(B) 349.9º 0.83% 0.95% -
XYZ 38.61 20.89 8.48 -
YUV 104.27 110.92 226.24 -
System Red Green Blue C M Y K H S L
Decimal 242 40 74 0 0.83 0.69 0.05 349.9 0.89 0.55
Hex F2 28 4A 0 53 45 5 15E 59 37
Octal 362 50 112 0 123 105 5 536 131 67
Binary 11110010 101000 1001010 0 1010011 1000101 101 101011110 1011001 110111

Color Harmonies of #F2284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2284A

Black with #F2284A

Text Example


Text Example

White with #F2284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2284A; }

 p { color: rgb(242,40,74); }

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

background-color css

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

 a { background-color: rgb(242,40,74); }

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

border-color css

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

 span { border-color: rgb(242,40,74); }

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