#F73ADC

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

Shades of Razzle Dazzle Rose #F73ADC

Tints of Razzle Dazzle Rose #F73ADC

Color information

#F73ADC (or 0xF73ADC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 3A and DC. RGB value is (247,58,220). Sum of RGB (Red+Green+Blue) = 247+58+220=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 58 (23.05% from 255 or 11.05% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F73ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73ADC is #08C523. Grayscale: #848484. Windows color (decimal): -574756 or 14433015. OLE color: 14433015.

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

Color convert

RGB24758220-
CMYK00.770.110.03
HSL308.57º92.2%59.8%-
HSV(B)308.57º76.52%96.86%-
XYZ52.7927.9770.33-
YUV132.98177.12209.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 58 (23.05% from 255) = 11.05%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=47.05%
G=11.05%
B=41.90%

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
Decimal2475822000.770.110.03308.5792.259.8
HexF73ADC04DB31355c3c
Octal36772334011513346513474
Binary1111011111101011011100010011011011111001101011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73ADC; }

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

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

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

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

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

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

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

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