#F52ACB

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

Shades of Razzle Dazzle Rose #F52ACB

Tints of Razzle Dazzle Rose #F52ACB

Color information

#F52ACB (or 0xF52ACB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 2A and CB. RGB value is (245,42,203). Sum of RGB (Red+Green+Blue) = 245+42+203=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ACB is #0AD534. Grayscale: #787878. Windows color (decimal): -709941 or 13314805. OLE color: 13314805.

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

Color convert

RGB24542203-
CMYK00.830.170.04
HSL312.41º91.03%56.27%-
HSV(B)312.41º82.86%96.08%-
XYZ49.2625.3858.8-
YUV121.05174.25216.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 8.57%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=50%
G=8.57%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454220300.830.170.04312.4191.0356.27
HexF52ACB0531141385b38
Octal36552313012321447013370
Binary111101011010101100101101010011100011001001110001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52ACB; }

 p { color: rgb(245,42,203); }

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

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

 a { background-color: rgb(245,42,203); }

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

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

 span { border-color: rgb(245,42,203); }

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