Html Css Color HEX #F03352 Amaranth

📋 copy color: '#F03352'

red 240 ◦ green 51 ◦ blue 82

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

Shades of Amaranth #F03352

Tints of Amaranth #F03352

RGB

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

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

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

R = 64.34%
G = 13.67%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F03352 (or 0xF03352) is known color: Amaranth. HEX triplet: F0, 33 and 52. RGB value is (240,51,82). Sum of RGB (Red+Green+Blue) = 240+51+82=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F03352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03352 is #0FCCAD. Grayscale: #6F6F6F. Windows color (decimal): -1035438 or 5387248. OLE color: 5387248.

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

Color convert

RGB 240 51 82 -
CMYK 0 0.79 0.66 0.06
HSL 350.16º 0.86% 0.57% -
HSV(B) 350.16º 0.79% 0.94% -
XYZ 38.64 21.5 10.1 -
YUV 111.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 240 51 82 0 0.79 0.66 0.06 350.16 0.86 0.57
Hex F0 33 52 0 4F 42 6 15E 56 39
Octal 360 63 122 0 117 102 6 536 126 71
Binary 11110000 110011 1010010 0 1001111 1000010 110 101011110 1010110 111001

Color Harmonies of #F03352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03352

Black with #F03352

Text Example


Text Example

White with #F03352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03352; }

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

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

background-color css

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

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

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

border-color css

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

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

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