#f328d5

Color #F328D5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F328D5

Tints of Razzle Dazzle Rose #F328D5

Color information

#F328D5 (or 0xF328D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 28 and D5. RGB value is (243,40,213). Sum of RGB (Red+Green+Blue) = 243+40+213=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F328D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328D5 is #0CD72A. Grayscale: #777777. Windows color (decimal): -841515 or 13969651. OLE color: 13969651.

HSL color Cylindrical-coordinate representation of color #F328D5: hue angle of 308.87º 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 #F328D5 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24340213-
CMYK00.840.120.05
HSL308.87º89.43%55.49%-
HSV(B)308.87º83.54%95.29%-
XYZ49.7325.3865.23-
YUV120.42180.25215.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 40 (16.02% from 255) = 8.06%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=48.99%
G=8.06%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434021300.840.120.05308.8789.4355.49
HexF328D5054C51355937
Octal36350325012414546513167
Binary11110011101000110101010101010011001011001101011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f328d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f328d5; }

 p { color: rgb(243,40,213); }

 H1.HeaderClassName
 {
   color: #f328d5;
 }
 .AnyTagClassName
 {
   color: #f328d5;
 }
</style>
background-color css

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

 a { background-color: rgb(243,40,213); }

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

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

 span { border-color: rgb(243,40,213); }

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