Html Css Color HEX #F2394A Amaranth

📋 copy color: '#F2394A'

red 242 ◦ green 57 ◦ blue 74

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

Shades of Amaranth #F2394A

Tints of Amaranth #F2394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.28%

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

R = 64.88%
G = 15.28%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2394A (or 0xF2394A) is known color: Amaranth. HEX triplet: F2, 39 and 4A. RGB value is (242,57,74). Sum of RGB (Red+Green+Blue) = 242+57+74=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2394A is #0DC6B5. Grayscale: #727272. Windows color (decimal): -902838 or 4864498. OLE color: 4864498.

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

Color convert

RGB 242 57 74 -
CMYK 0 0.76 0.69 0.05
HSL 354.49º 0.88% 0.59% -
HSV(B) 354.49º 0.76% 0.95% -
XYZ 39.32 22.3 8.71 -
YUV 114.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 242 57 74 0 0.76 0.69 0.05 354.49 0.88 0.59
Hex F2 39 4A 0 4C 45 5 162 58 3B
Octal 362 71 112 0 114 105 5 542 130 73
Binary 11110010 111001 1001010 0 1001100 1000101 101 101100010 1011000 111011

Color Harmonies of #F2394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2394A

Black with #F2394A

Text Example


Text Example

White with #F2394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2394A; }

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

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

background-color css

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

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

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

border-color css

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

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

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