#F73CF0

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

Shades of Razzle Dazzle Rose #F73CF0

Tints of Razzle Dazzle Rose #F73CF0

Color information

#F73CF0 (or 0xF73CF0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 3C and F0. RGB value is (247,60,240). Sum of RGB (Red+Green+Blue) = 247+60+240=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 60 (23.83% from 255 or 10.97% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73CF0 is #08C30F. Grayscale: #878787. Windows color (decimal): -574224 or 15744247. OLE color: 15744247.

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

Color convert

RGB24760240-
CMYK00.760.030.03
HSL302.25º92.12%60.2%-
HSV(B)302.25º75.71%96.86%-
XYZ55.729.385.16-
YUV136.43186.45206.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.16%
GREEN value IS 60 (23.83% from 255) = 10.97%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=45.16%
G=10.97%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476024000.760.030.03302.2592.1260.2
HexF73CF004C3312e5c3c
Octal3677436001143345613474
Binary11110111111100111100000100110011111001011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73CF0; }

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

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

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

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

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

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

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

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