Html Css Color HEX #F03452 Amaranth

📋 copy color: '#F03452'

red 240 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #F03452

Tints of Amaranth #F03452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.93%

R = 64.17%
G = 13.9%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F03452 (or 0xF03452) is known color: Amaranth. HEX triplet: F0, 34 and 52. RGB value is (240,52,82). Sum of RGB (Red+Green+Blue) = 240+52+82=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F03452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03452 is #0FCBAD. Grayscale: #6F6F6F. Windows color (decimal): -1035182 or 5387504. OLE color: 5387504.

HSL color Cylindrical-coordinate representation of color #F03452: hue angle of 350.43º 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 #F03452 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 82 -
CMYK 0 0.78 0.66 0.06
HSL 350.43º 0.86% 0.57% -
HSV(B) 350.43º 0.78% 0.94% -
XYZ 38.69 21.59 10.11 -
YUV 111.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 240 52 82 0 0.78 0.66 0.06 350.43 0.86 0.57
Hex F0 34 52 0 4E 42 6 15E 56 39
Octal 360 64 122 0 116 102 6 536 126 71
Binary 11110000 110100 1010010 0 1001110 1000010 110 101011110 1010110 111001

Color Harmonies of #F03452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03452

Black with #F03452

Text Example


Text Example

White with #F03452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03452; }

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

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

background-color css

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

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

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

border-color css

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

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

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