Html Css Color HEX #F0334C Amaranth

📋 copy color: '#F0334C'

red 240 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #F0334C

Tints of Amaranth #F0334C

RGB

 RED value IS 240 (94.14% from 255) = 65.4%

 GREEN value IS 51 (20.31% from 255) = 13.9%

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

R = 65.4%
G = 13.9%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0334C (or 0xF0334C) is known color: Amaranth. HEX triplet: F0, 33 and 4C. RGB value is (240,51,76). Sum of RGB (Red+Green+Blue) = 240+51+76=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0334C is #0FCCB3. Grayscale: #6E6E6E. Windows color (decimal): -1035444 or 4994032. OLE color: 4994032.

HSL color Cylindrical-coordinate representation of color #F0334C: hue angle of 352.06º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0334C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 76 -
CMYK 0 0.79 0.68 0.06
HSL 352.06º 0.86% 0.57% -
HSV(B) 352.06º 0.79% 0.94% -
XYZ 38.42 21.41 8.95 -
YUV 110.36 108.62 220.47 -
System Red Green Blue C M Y K H S L
Decimal 240 51 76 0 0.79 0.68 0.06 352.06 0.86 0.57
Hex F0 33 4C 0 4F 44 6 160 56 39
Octal 360 63 114 0 117 104 6 540 126 71
Binary 11110000 110011 1001100 0 1001111 1000100 110 101100000 1010110 111001

Color Harmonies of #F0334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0334C

Black with #F0334C

Text Example


Text Example

White with #F0334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0334C; }

 p { color: rgb(240,51,76); }

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

background-color css

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

 a { background-color: rgb(240,51,76); }

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

border-color css

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

 span { border-color: rgb(240,51,76); }

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