#F728DC

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

Shades of Razzle Dazzle Rose #F728DC

Tints of Razzle Dazzle Rose #F728DC

Color information

#F728DC (or 0xF728DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 28 and DC. RGB value is (247,40,220). Sum of RGB (Red+Green+Blue) = 247+40+220=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F728DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F728DC is #08D723. Grayscale: #797979. Windows color (decimal): -579364 or 14428407. OLE color: 14428407.

HSL color Cylindrical-coordinate representation of color #F728DC: hue angle of 307.83º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F728DC is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB24740220-
CMYK00.840.110.03
HSL307.83º92.83%56.27%-
HSV(B)307.83º83.81%96.86%-
XYZ52.0326.4670.07-
YUV122.41183.08216.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.72%
GREEN value IS 40 (16.02% from 255) = 7.89%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=48.72%
G=7.89%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474022000.840.110.03307.8392.8356.27
HexF728DC054B31345d38
Octal36750334012413346413570
Binary1111011110100011011100010101001011111001101001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F728DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F728DC; }

 p { color: rgb(247,40,220); }

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

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

 a { background-color: rgb(247,40,220); }

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

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

 span { border-color: rgb(247,40,220); }

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