#FD06AD

Color #FD06AD Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FD06AD

Tints of Hollywood Cerise #FD06AD

Color information

#FD06AD (or 0xFD06AD) is unknown color: approx Hollywood Cerise. HEX triplet: FD, 06 and AD. RGB value is (253,6,173). Sum of RGB (Red+Green+Blue) = 253+6+173=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD06AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD06AD is #02F952. Grayscale: #626262. Windows color (decimal): -194899 or 11339517. OLE color: 11339517.

HSL color Cylindrical-coordinate representation of color #FD06AD: hue angle of 319.43º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD06AD is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB2536173-
CMYK00.980.320.01
HSL319.43º98.41%50.78%-
HSV(B)319.43º97.63%99.22%-
XYZ48.1224.0341.64-
YUV98.89169.83237.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.56%
GREEN value IS 6 (2.73% from 255) = 1.39%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=58.56%
G=1.39%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253617300.980.320.01319.4398.4150.78
HexFD6AD06220113f6233
Octal3756255014240147714263
Binary11111101110101011010110001010000011001111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD06AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD06AD; }

 p { color: rgb(253,6,173); }

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

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

 a { background-color: rgb(253,6,173); }

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

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

 span { border-color: rgb(253,6,173); }

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