#F53CB6

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

Shades of Razzle Dazzle Rose #F53CB6

Tints of Razzle Dazzle Rose #F53CB6

Color information

#F53CB6 (or 0xF53CB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3C and B6. RGB value is (245,60,182). Sum of RGB (Red+Green+Blue) = 245+60+182=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CB6 is #0AC349. Grayscale: #808080. Windows color (decimal): -705354 or 11943157. OLE color: 11943157.

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

Color convert

RGB24560182-
CMYK00.760.260.04
HSL320.43º90.24%59.8%-
HSV(B)320.43º75.51%96.08%-
XYZ47.7226.0246.76-
YUV129.22157.79210.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 60 (23.83% from 255) = 12.32%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=50.31%
G=12.32%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456018200.760.260.04320.4390.2459.8
HexF53CB604C1A41405a3c
Octal36574266011432450013274
Binary111101011111001011011001001100110101001010000001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53CB6; }

 p { color: rgb(245,60,182); }

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

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

 a { background-color: rgb(245,60,182); }

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

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

 span { border-color: rgb(245,60,182); }

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