#F73DC7

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

Shades of Razzle Dazzle Rose #F73DC7

Tints of Razzle Dazzle Rose #F73DC7

Color information

#F73DC7 (or 0xF73DC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 3D and C7. RGB value is (247,61,199). Sum of RGB (Red+Green+Blue) = 247+61+199=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73DC7 is #08C238. Grayscale: #838383. Windows color (decimal): -574009 or 13057527. OLE color: 13057527.

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

Color convert

RGB24761199-
CMYK00.750.190.03
HSL315.48º92.08%60.39%-
HSV(B)315.48º75.3%96.86%-
XYZ50.3427.2456.64-
YUV132.35165.62209.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.72%
GREEN value IS 61 (24.22% from 255) = 12.03%
BLUE value IS 199 (78.12% from 255) = 39.25%
R=48.72%
G=12.03%
B=39.25%

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
Decimal2476119900.750.190.03315.4892.0860.39
HexF73DC704B13313b5c3c
Octal36775307011323347313474
Binary11110111111101110001110100101110011111001110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73DC7; }

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

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

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

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

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

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

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

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