Html Css Color HEX #F2274C Amaranth

📋 copy color: '#F2274C'

red 242 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #F2274C

Tints of Amaranth #F2274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 67.79%
G = 10.92%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2274C (or 0xF2274C) is known color: Amaranth. HEX triplet: F2, 27 and 4C. RGB value is (242,39,76). Sum of RGB (Red+Green+Blue) = 242+39+76=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2274C is #0DD8B3. Grayscale: #676767. Windows color (decimal): -907444 or 4990962. OLE color: 4990962.

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

Color convert

RGB 242 39 76 -
CMYK 0 0.84 0.69 0.05
HSL 349.06º 0.89% 0.55% -
HSV(B) 349.06º 0.84% 0.95% -
XYZ 38.65 20.85 8.82 -
YUV 103.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 242 39 76 0 0.84 0.69 0.05 349.06 0.89 0.55
Hex F2 27 4C 0 54 45 5 15D 59 37
Octal 362 47 114 0 124 105 5 535 131 67
Binary 11110010 100111 1001100 0 1010100 1000101 101 101011101 1011001 110111

Color Harmonies of #F2274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2274C

Black with #F2274C

Text Example


Text Example

White with #F2274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2274C; }

 p { color: rgb(242,39,76); }

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

background-color css

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

 a { background-color: rgb(242,39,76); }

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

border-color css

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

 span { border-color: rgb(242,39,76); }

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