#F524CE

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

Shades of Razzle Dazzle Rose #F524CE

Tints of Razzle Dazzle Rose #F524CE

Color information

#F524CE (or 0xF524CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 24 and CE. RGB value is (245,36,206). Sum of RGB (Red+Green+Blue) = 245+36+206=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F524CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524CE is #0ADB31. Grayscale: #757575. Windows color (decimal): -711474 or 13509877. OLE color: 13509877.

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

Color convert

RGB24536206-
CMYK00.850.160.04
HSL311.2º91.27%55.1%-
HSV(B)311.2º85.31%96.08%-
XYZ49.4325.1360.64-
YUV117.87177.74218.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 36 (14.45% from 255) = 7.39%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=50.31%
G=7.39%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453620600.850.160.04311.291.2755.1
HexF524CE0551041375b37
Octal36544316012520446713367
Binary111101011001001100111001010101100001001001101111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F524CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F524CE; }

 p { color: rgb(245,36,206); }

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

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

 a { background-color: rgb(245,36,206); }

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

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

 span { border-color: rgb(245,36,206); }

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