#F724D0

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

Shades of Razzle Dazzle Rose #F724D0

Tints of Razzle Dazzle Rose #F724D0

Color information

#F724D0 (or 0xF724D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 24 and D0. RGB value is (247,36,208). Sum of RGB (Red+Green+Blue) = 247+36+208=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F724D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F724D0 is #08DB2F. Grayscale: #767676. Windows color (decimal): -580400 or 13640951. OLE color: 13640951.

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

Color convert

RGB24736208-
CMYK00.850.160.03
HSL311.09º92.95%55.49%-
HSV(B)311.09º85.43%96.86%-
XYZ50.3725.5961.96-
YUV118.7178.4219.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.31%
GREEN value IS 36 (14.45% from 255) = 7.33%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=50.31%
G=7.33%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473620800.850.160.03311.0992.9555.49
HexF724D00551031375d37
Octal36744320012520346713567
Binary11110111100100110100000101010110000111001101111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F724D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F724D0; }

 p { color: rgb(247,36,208); }

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

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

 a { background-color: rgb(247,36,208); }

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

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

 span { border-color: rgb(247,36,208); }

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