#F729CA

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

Shades of Razzle Dazzle Rose #F729CA

Tints of Razzle Dazzle Rose #F729CA

Color information

#F729CA (or 0xF729CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 29 and CA. RGB value is (247,41,202). Sum of RGB (Red+Green+Blue) = 247+41+202=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F729CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F729CA is #08D635. Grayscale: #787878. Windows color (decimal): -579126 or 13249015. OLE color: 13249015.

HSL color Cylindrical-coordinate representation of color #F729CA: hue angle of 313.11º 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 #F729CA is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB24741202-
CMYK00.830.180.03
HSL313.11º92.79%56.47%-
HSV(B)313.11º83.4%96.86%-
XYZ49.8125.6258.2-
YUV120.95173.75217.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.41%
GREEN value IS 41 (16.41% from 255) = 8.37%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=50.41%
G=8.37%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474120200.830.180.03313.1192.7956.47
HexF729CA0531231395d38
Octal36751312012322347113570
Binary11110111101001110010100101001110010111001110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F729CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F729CA; }

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

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

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

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

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

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

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

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