#F73ADE

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

Shades of Razzle Dazzle Rose #F73ADE

Tints of Razzle Dazzle Rose #F73ADE

Color information

#F73ADE (or 0xF73ADE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 3A and DE. RGB value is (247,58,222). Sum of RGB (Red+Green+Blue) = 247+58+222=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 58 (23.05% from 255 or 11.01% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F73ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73ADE is #08C521. Grayscale: #848484. Windows color (decimal): -574754 or 14564087. OLE color: 14564087.

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

Color convert

RGB24758222-
CMYK00.770.100.03
HSL307.94º92.2%59.8%-
HSV(B)307.94º76.52%96.86%-
XYZ53.0628.0771.73-
YUV133.21178.12209.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.87%
GREEN value IS 58 (23.05% from 255) = 11.01%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=46.87%
G=11.01%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475822200.770.100.03307.9492.259.8
HexF73ADE04DA31345c3c
Octal36772336011512346413474
Binary1111011111101011011110010011011010111001101001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73ADE; }

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

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

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

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

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

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

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

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