#F73DC9

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

Shades of Razzle Dazzle Rose #F73DC9

Tints of Razzle Dazzle Rose #F73DC9

Color information

#F73DC9 (or 0xF73DC9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 3D and C9. RGB value is (247,61,201). Sum of RGB (Red+Green+Blue) = 247+61+201=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73DC9 is #08C236. Grayscale: #848484. Windows color (decimal): -574007 or 13188599. OLE color: 13188599.

HSL color Cylindrical-coordinate representation of color #F73DC9: hue angle of 314.84º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73DC9 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB24761201-
CMYK00.750.190.03
HSL314.84º92.08%60.39%-
HSV(B)314.84º75.3%96.86%-
XYZ50.5727.3357.87-
YUV132.57166.62209.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.53%
GREEN value IS 61 (24.22% from 255) = 11.98%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=48.53%
G=11.98%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476120100.750.190.03314.8492.0860.39
HexF73DC904B13313b5c3c
Octal36775311011323347313474
Binary11110111111101110010010100101110011111001110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73DC9; }

 p { color: rgb(247,61,201); }

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

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

 a { background-color: rgb(247,61,201); }

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

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

 span { border-color: rgb(247,61,201); }

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