#F52FE3

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

Shades of Razzle Dazzle Rose #F52FE3

Tints of Razzle Dazzle Rose #F52FE3

Color information

#F52FE3 (or 0xF52FE3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 2F and E3. RGB value is (245,47,227). Sum of RGB (Red+Green+Blue) = 245+47+227=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 47 (18.75% from 255 or 9.06% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52FE3 is #0AD01C. Grayscale: #7E7E7E. Windows color (decimal): -708637 or 14888949. OLE color: 14888949.

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

Color convert

RGB24547227-
CMYK00.810.070.04
HSL305.45º90.83%57.25%-
HSV(B)305.45º80.82%96.08%-
XYZ52.5426.9975.11-
YUV126.72184.6212.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 47 (18.75% from 255) = 9.06%
BLUE value IS 227 (89.06% from 255) = 43.74%
R=47.21%
G=9.06%
B=43.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454722700.810.070.04305.4590.8357.25
HexF52FE3051741315b39
Octal3655734301217446113371
Binary1111010110111111100011010100011111001001100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52FE3; }

 p { color: rgb(245,47,227); }

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

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

 a { background-color: rgb(245,47,227); }

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

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

 span { border-color: rgb(245,47,227); }

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