#F73CE0

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

Shades of Razzle Dazzle Rose #F73CE0

Tints of Razzle Dazzle Rose #F73CE0

Color information

#F73CE0 (or 0xF73CE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 3C and E0. RGB value is (247,60,224). Sum of RGB (Red+Green+Blue) = 247+60+224=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CE0 is #08C31F. Grayscale: #868686. Windows color (decimal): -574240 or 14695671. OLE color: 14695671.

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

Color convert

RGB24760224-
CMYK00.760.090.03
HSL307.38º92.12%60.2%-
HSV(B)307.38º75.71%96.86%-
XYZ53.4328.3973.18-
YUV134.61178.45208.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.52%
GREEN value IS 60 (23.83% from 255) = 11.30%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=46.52%
G=11.30%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476022400.760.090.03307.3892.1260.2
HexF73CE004C931335c3c
Octal36774340011411346313474
Binary1111011111110011100000010011001001111001100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73CE0; }

 p { color: rgb(247,60,224); }

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

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

 a { background-color: rgb(247,60,224); }

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

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

 span { border-color: rgb(247,60,224); }

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