#F73DCB

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

Shades of Razzle Dazzle Rose #F73DCB

Tints of Razzle Dazzle Rose #F73DCB

Color information

#F73DCB (or 0xF73DCB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 3D and CB. RGB value is (247,61,203). Sum of RGB (Red+Green+Blue) = 247+61+203=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73DCB is #08C234. Grayscale: #848484. Windows color (decimal): -574005 or 13319671. OLE color: 13319671.

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

Color convert

RGB24761203-
CMYK00.750.180.03
HSL314.19º92.08%60.39%-
HSV(B)314.19º75.3%96.86%-
XYZ50.8127.4259.12-
YUV132.8167.62209.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.34%
GREEN value IS 61 (24.22% from 255) = 11.94%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=48.34%
G=11.94%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476120300.750.180.03314.1992.0860.39
HexF73DCB04B12313a5c3c
Octal36775313011322347213474
Binary11110111111101110010110100101110010111001110101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73DCB; }

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

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

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

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

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

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

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

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