#F529C0

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

Shades of Razzle Dazzle Rose #F529C0

Tints of Razzle Dazzle Rose #F529C0

Color information

#F529C0 (or 0xF529C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 29 and C0. RGB value is (245,41,192). Sum of RGB (Red+Green+Blue) = 245+41+192=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F529C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529C0 is #0AD63F. Grayscale: #767676. Windows color (decimal): -710208 or 12593653. OLE color: 12593653.

HSL color Cylindrical-coordinate representation of color #F529C0: hue angle of 315.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F529C0 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24541192-
CMYK00.830.220.04
HSL315.59º91.07%56.08%-
HSV(B)315.59º83.27%96.08%-
XYZ47.9624.852.13-
YUV119.21169.09217.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.26%
GREEN value IS 41 (16.41% from 255) = 8.58%
BLUE value IS 192 (75.39% from 255) = 40.17%
R=51.26%
G=8.58%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454119200.830.220.04315.5991.0756.08
HexF529C005316413c5b38
Octal36551300012326447413370
Binary111101011010011100000001010011101101001001111001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F529C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F529C0; }

 p { color: rgb(245,41,192); }

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

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

 a { background-color: rgb(245,41,192); }

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

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

 span { border-color: rgb(245,41,192); }

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