Html Css Color HEX #F03456 Amaranth

📋 copy color: '#F03456'

red 240 ◦ green 52 ◦ blue 86

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

Shades of Amaranth #F03456

Tints of Amaranth #F03456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

 BLUE value IS 86 (33.98% from 255) = 22.75%

R = 63.49%
G = 13.76%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F03456 (or 0xF03456) is known color: Amaranth. HEX triplet: F0, 34 and 56. RGB value is (240,52,86). Sum of RGB (Red+Green+Blue) = 240+52+86=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F03456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03456 is #0FCBA9. Grayscale: #707070. Windows color (decimal): -1035178 or 5649648. OLE color: 5649648.

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

Color convert

RGB 240 52 86 -
CMYK 0 0.78 0.64 0.06
HSL 349.15º 0.86% 0.57% -
HSV(B) 349.15º 0.78% 0.94% -
XYZ 38.84 21.65 10.94 -
YUV 112.09 113.28 219.24 -
System Red Green Blue C M Y K H S L
Decimal 240 52 86 0 0.78 0.64 0.06 349.15 0.86 0.57
Hex F0 34 56 0 4E 40 6 15D 56 39
Octal 360 64 126 0 116 100 6 535 126 71
Binary 11110000 110100 1010110 0 1001110 1000000 110 101011101 1010110 111001

Color Harmonies of #F03456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03456

Black with #F03456

Text Example


Text Example

White with #F03456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03456; }

 p { color: rgb(240,52,86); }

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

background-color css

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

 a { background-color: rgb(240,52,86); }

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

border-color css

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

 span { border-color: rgb(240,52,86); }

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