#F53BC8

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

Shades of Razzle Dazzle Rose #F53BC8

Tints of Razzle Dazzle Rose #F53BC8

Color information

#F53BC8 (or 0xF53BC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3B and C8. RGB value is (245,59,200). Sum of RGB (Red+Green+Blue) = 245+59+200=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BC8 is #0AC437. Grayscale: #828282. Windows color (decimal): -705592 or 13122549. OLE color: 13122549.

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

Color convert

RGB24559200-
CMYK00.760.180.04
HSL314.52º90.29%59.61%-
HSV(B)314.52º75.92%96.08%-
XYZ49.6526.7157.18-
YUV130.69167.12209.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.61%
GREEN value IS 59 (23.44% from 255) = 11.71%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=48.61%
G=11.71%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455920000.760.180.04314.5290.2959.61
HexF53BC804C12413b5a3c
Octal36573310011422447313274
Binary111101011110111100100001001100100101001001110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53BC8; }

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

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

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

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

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

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

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

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