#F53ACB

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

Shades of Razzle Dazzle Rose #F53ACB

Tints of Razzle Dazzle Rose #F53ACB

Color information

#F53ACB (or 0xF53ACB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3A and CB. RGB value is (245,58,203). Sum of RGB (Red+Green+Blue) = 245+58+203=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F53ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53ACB is #0AC534. Grayscale: #828282. Windows color (decimal): -705845 or 13318901. OLE color: 13318901.

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

Color convert

RGB24558203-
CMYK00.760.170.04
HSL313.48º90.34%59.41%-
HSV(B)313.48º76.33%96.08%-
XYZ49.9526.7559.03-
YUV130.44168.95209.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.42%
GREEN value IS 58 (23.05% from 255) = 11.46%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=48.42%
G=11.46%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455820300.760.170.04313.4890.3459.41
HexF53ACB04C1141395a3b
Octal36572313011421447113273
Binary111101011110101100101101001100100011001001110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53ACB; }

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

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

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

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

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

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

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

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