Html Css Color HEX #F2414A Amaranth

📋 copy color: '#F2414A'

red 242 ◦ green 65 ◦ blue 74

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

Shades of Amaranth #F2414A

Tints of Amaranth #F2414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

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

R = 63.52%
G = 17.06%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2414A (or 0xF2414A) is known color: Amaranth. HEX triplet: F2, 41 and 4A. RGB value is (242,65,74). Sum of RGB (Red+Green+Blue) = 242+65+74=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F2414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2414A is #0DBEB5. Grayscale: #777777. Windows color (decimal): -900790 or 4866546. OLE color: 4866546.

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

Color convert

RGB 242 65 74 -
CMYK 0 0.73 0.69 0.05
HSL 356.95º 0.87% 0.6% -
HSV(B) 356.95º 0.73% 0.95% -
XYZ 39.74 23.15 8.85 -
YUV 118.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 242 65 74 0 0.73 0.69 0.05 356.95 0.87 0.6
Hex F2 41 4A 0 49 45 5 165 57 3C
Octal 362 101 112 0 111 105 5 545 127 74
Binary 11110010 1000001 1001010 0 1001001 1000101 101 101100101 1010111 111100

Color Harmonies of #F2414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2414A

Black with #F2414A

Text Example


Text Example

White with #F2414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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