#F529C4

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

Shades of Razzle Dazzle Rose #F529C4

Tints of Razzle Dazzle Rose #F529C4

Color information

#F529C4 (or 0xF529C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 29 and C4. RGB value is (245,41,196). Sum of RGB (Red+Green+Blue) = 245+41+196=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F529C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529C4 is #0AD63B. Grayscale: #777777. Windows color (decimal): -710204 or 12855797. OLE color: 12855797.

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

Color convert

RGB24541196-
CMYK00.830.20.04
HSL314.41º91.07%56.08%-
HSV(B)314.41º83.27%96.08%-
XYZ48.4124.9854.5-
YUV119.67171.09217.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 41 (16.41% from 255) = 8.51%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=50.83%
G=8.51%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454119600.830.20.04314.4191.0756.08
HexF529C405314413a5b38
Octal36551304012324447213370
Binary111101011010011100010001010011101001001001110101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F529C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F529C4; }

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

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

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

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

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

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

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

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