#F523CC

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

Shades of Razzle Dazzle Rose #F523CC

Tints of Razzle Dazzle Rose #F523CC

Color information

#F523CC (or 0xF523CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 23 and CC. RGB value is (245,35,204). Sum of RGB (Red+Green+Blue) = 245+35+204=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F523CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F523CC is #0ADC33. Grayscale: #747474. Windows color (decimal): -711732 or 13378549. OLE color: 13378549.

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

Color convert

RGB24535204-
CMYK00.860.170.04
HSL311.71º91.3%54.9%-
HSV(B)311.71º85.71%96.08%-
XYZ49.1624.9759.36-
YUV117.06177.07219.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 35 (14.06% from 255) = 7.23%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=50.62%
G=7.23%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453520400.860.170.04311.7191.354.9
HexF523CC0561141385b37
Octal36543314012621447013367
Binary111101011000111100110001010110100011001001110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F523CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F523CC; }

 p { color: rgb(245,35,204); }

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

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

 a { background-color: rgb(245,35,204); }

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

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

 span { border-color: rgb(245,35,204); }

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