#F53DD3

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

Shades of Razzle Dazzle Rose #F53DD3

Tints of Razzle Dazzle Rose #F53DD3

Color information

#F53DD3 (or 0xF53DD3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3D and D3. RGB value is (245,61,211). Sum of RGB (Red+Green+Blue) = 245+61+211=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53DD3 is #0AC22C. Grayscale: #848484. Windows color (decimal): -705069 or 13843957. OLE color: 13843957.

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

Color convert

RGB24561211-
CMYK00.750.140.04
HSL311.09º90.2%60%-
HSV(B)311.09º75.1%96.08%-
XYZ51.0827.4564.23-
YUV133.12171.96207.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 61 (24.22% from 255) = 11.80%
BLUE value IS 211 (82.81% from 255) = 40.81%
R=47.39%
G=11.80%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456121100.750.140.04311.0990.260
HexF53DD304BE41375a3c
Octal36575323011316446713274
Binary11110101111101110100110100101111101001001101111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53DD3; }

 p { color: rgb(245,61,211); }

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

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

 a { background-color: rgb(245,61,211); }

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

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

 span { border-color: rgb(245,61,211); }

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