#F53DED

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

Shades of Razzle Dazzle Rose #F53DED

Tints of Razzle Dazzle Rose #F53DED

Color information

#F53DED (or 0xF53DED) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3D and ED. RGB value is (245,61,237). Sum of RGB (Red+Green+Blue) = 245+61+237=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 61 (24.22% from 255 or 11.23% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53DED is #0AC212. Grayscale: #878787. Windows color (decimal): -705043 or 15547893. OLE color: 15547893.

HSL color Cylindrical-coordinate representation of color #F53DED: hue angle of 302.61º 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 #F53DED is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB24561237-
CMYK00.750.030.04
HSL302.61º90.2%60%-
HSV(B)302.61º75.1%96.08%-
XYZ54.6128.8682.81-
YUV136.08184.96205.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.12%
GREEN value IS 61 (24.22% from 255) = 11.23%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=45.12%
G=11.23%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456123700.750.030.04302.6190.260
HexF53DED04B3412f5a3c
Octal3657535501133445713274
Binary111101011111011110110101001011111001001011111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53DED; }

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

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

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

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

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

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

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

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