#F73ADD

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

Shades of Razzle Dazzle Rose #F73ADD

Tints of Razzle Dazzle Rose #F73ADD

Color information

#F73ADD (or 0xF73ADD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 3A and DD. RGB value is (247,58,221). Sum of RGB (Red+Green+Blue) = 247+58+221=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F73ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73ADD is #08C522. Grayscale: #848484. Windows color (decimal): -574755 or 14498551. OLE color: 14498551.

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

Color convert

RGB24758221-
CMYK00.770.110.03
HSL308.25º92.2%59.8%-
HSV(B)308.25º76.52%96.86%-
XYZ52.9228.0271.03-
YUV133.09177.62209.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 58 (23.05% from 255) = 11.03%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=46.96%
G=11.03%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475822100.770.110.03308.2592.259.8
HexF73ADD04DB31345c3c
Octal36772335011513346413474
Binary1111011111101011011101010011011011111001101001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73ADD; }

 p { color: rgb(247,58,221); }

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

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

 a { background-color: rgb(247,58,221); }

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

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

 span { border-color: rgb(247,58,221); }

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