#F54EC2

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

Shades of Razzle Dazzle Rose #F54EC2

Tints of Razzle Dazzle Rose #F54EC2

Color information

#F54EC2 (or 0xF54EC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 4E and C2. RGB value is (245,78,194). Sum of RGB (Red+Green+Blue) = 245+78+194=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54EC2 is #0AB13D. Grayscale: #8C8C8C. Windows color (decimal): -700734 or 12734197. OLE color: 12734197.

HSL color Cylindrical-coordinate representation of color #F54EC2: hue angle of 318.32º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54EC2 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB24578194-
CMYK00.680.210.04
HSL318.32º89.3%63.33%-
HSV(B)318.32º68.16%96.08%-
XYZ50.1228.7653.95-
YUV141.16157.83202.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 78 (30.86% from 255) = 15.09%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=47.39%
G=15.09%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457819400.680.210.04318.3289.363.33
HexF54EC204415413e593f
Octal365116302010425447613177
Binary1111010110011101100001001000100101011001001111101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54EC2; }

 p { color: rgb(245,78,194); }

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

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

 a { background-color: rgb(245,78,194); }

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

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

 span { border-color: rgb(245,78,194); }

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