#FF48C2

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

Shades of Razzle Dazzle Rose #FF48C2

Tints of Razzle Dazzle Rose #FF48C2

Color information

#FF48C2 (or 0xFF48C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 48 and C2. RGB value is (255,72,194). Sum of RGB (Red+Green+Blue) = 255+72+194=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48C2 is #00B73D. Grayscale: #8C8C8C. Windows color (decimal): -46910 or 12732671. OLE color: 12732671.

HSL color Cylindrical-coordinate representation of color #FF48C2: hue angle of 320º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF48C2 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB25572194-
CMYK00.720.240
HSL320º100%64.12%-
HSV(B)320º71.76%100%-
XYZ53.2929.7953.98-
YUV140.62158.13209.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 72 (28.52% from 255) = 13.82%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=48.94%
G=13.82%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557219400.720.24032010064.12
HexFF48C20481801406440
Octal3771103020110300500144100
Binary111111111001000110000100100100011000010100000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF48C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF48C2; }

 p { color: rgb(255,72,194); }

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

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

 a { background-color: rgb(255,72,194); }

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

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

 span { border-color: rgb(255,72,194); }

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