#F729D4

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

Shades of Razzle Dazzle Rose #F729D4

Tints of Razzle Dazzle Rose #F729D4

Color information

#F729D4 (or 0xF729D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 29 and D4. RGB value is (247,41,212). Sum of RGB (Red+Green+Blue) = 247+41+212=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F729D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F729D4 is #08D62B. Grayscale: #797979. Windows color (decimal): -579116 or 13904375. OLE color: 13904375.

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

Color convert

RGB24741212-
CMYK00.830.140.03
HSL310.19º92.79%56.47%-
HSV(B)310.19º83.4%96.86%-
XYZ51.0326.1164.64-
YUV122.09178.75217.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.4%
GREEN value IS 41 (16.41% from 255) = 8.2%
BLUE value IS 212 (83.20% from 255) = 42.4%
R=49.4%
G=8.2%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474121200.830.140.03310.1992.7956.47
HexF729D4053E31365d38
Octal36751324012316346613570
Binary1111011110100111010100010100111110111001101101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F729D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F729D4; }

 p { color: rgb(247,41,212); }

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

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

 a { background-color: rgb(247,41,212); }

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

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

 span { border-color: rgb(247,41,212); }

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