#F53BDD

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

Shades of Razzle Dazzle Rose #F53BDD

Tints of Razzle Dazzle Rose #F53BDD

Color information

#F53BDD (or 0xF53BDD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3B and DD. RGB value is (245,59,221). Sum of RGB (Red+Green+Blue) = 245+59+221=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 59 (23.44% from 255 or 11.24% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BDD is #0AC422. Grayscale: #848484. Windows color (decimal): -705571 or 14498805. OLE color: 14498805.

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

Color convert

RGB24559221-
CMYK00.760.100.04
HSL307.74º90.29%59.61%-
HSV(B)307.74º75.92%96.08%-
XYZ52.2727.7671.01-
YUV133.08177.62207.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 59 (23.44% from 255) = 11.24%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=46.67%
G=11.24%
B=42.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455922100.760.100.04307.7490.2959.61
HexF53BDD04CA41345a3c
Octal36573335011412446413274
Binary11110101111011110111010100110010101001001101001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53BDD; }

 p { color: rgb(245,59,221); }

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

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

 a { background-color: rgb(245,59,221); }

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

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

 span { border-color: rgb(245,59,221); }

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