#F548D8

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

Shades of Razzle Dazzle Rose #F548D8

Tints of Razzle Dazzle Rose #F548D8

Color information

#F548D8 (or 0xF548D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 48 and D8. RGB value is (245,72,216). Sum of RGB (Red+Green+Blue) = 245+72+216=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F548D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F548D8 is #0AB727. Grayscale: #8B8B8B. Windows color (decimal): -702248 or 14174453. OLE color: 14174453.

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

Color convert

RGB24572216-
CMYK00.710.120.04
HSL310.06º89.64%62.16%-
HSV(B)310.06º70.61%96.08%-
XYZ52.3729.0167.8-
YUV140.14170.81202.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 72 (28.52% from 255) = 13.51%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=45.97%
G=13.51%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457221600.710.120.04310.0689.6462.16
HexF548D8047C41365a3e
Octal365110330010714446613276
Binary111101011001000110110000100011111001001001101101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F548D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F548D8; }

 p { color: rgb(245,72,216); }

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

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

 a { background-color: rgb(245,72,216); }

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

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

 span { border-color: rgb(245,72,216); }

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