#f547ca

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

Shades of Razzle Dazzle Rose #F547CA

Tints of Razzle Dazzle Rose #F547CA

Color information

#F547CA (or 0xF547CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 47 and CA. RGB value is (245,71,202). Sum of RGB (Red+Green+Blue) = 245+71+202=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F547CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F547CA is #0AB835. Grayscale: #898989. Windows color (decimal): -702518 or 13256693. OLE color: 13256693.

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

Color convert

RGB24571202-
CMYK00.710.180.04
HSL314.83º89.69%61.96%-
HSV(B)314.83º71.02%96.08%-
XYZ50.5728.1858.65-
YUV137.96164.15204.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.30%
GREEN value IS 71 (28.12% from 255) = 13.71%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=47.30%
G=13.71%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457120200.710.180.04314.8389.6961.96
HexF547CA04712413b5a3e
Octal365107312010722447313276
Binary1111010110001111100101001000111100101001001110111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f547ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f547ca; }

 p { color: rgb(245,71,202); }

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

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

 a { background-color: rgb(245,71,202); }

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

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

 span { border-color: rgb(245,71,202); }

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