#F529DC

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

Shades of Razzle Dazzle Rose #F529DC

Tints of Razzle Dazzle Rose #F529DC

Color information

#F529DC (or 0xF529DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 29 and DC. RGB value is (245,41,220). Sum of RGB (Red+Green+Blue) = 245+41+220=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F529DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529DC is #0AD623. Grayscale: #797979. Windows color (decimal): -710180 or 14428661. OLE color: 14428661.

HSL color Cylindrical-coordinate representation of color #F529DC: hue angle of 307.35º 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 #F529DC is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24541220-
CMYK00.830.100.04
HSL307.35º91.07%56.08%-
HSV(B)307.35º83.27%96.08%-
XYZ51.3726.1770.05-
YUV122.4183.09215.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.42%
GREEN value IS 41 (16.41% from 255) = 8.10%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=48.42%
G=8.10%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454122000.830.100.04307.3591.0756.08
HexF529DC053A41335b38
Octal36551334012312446313370
Binary11110101101001110111000101001110101001001100111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F529DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F529DC; }

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

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

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

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

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

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

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

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