#FD07A3

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

Shades of Hollywood Cerise #FD07A3

Tints of Hollywood Cerise #FD07A3

Color information

#FD07A3 (or 0xFD07A3) is unknown color: approx Hollywood Cerise. HEX triplet: FD, 07 and A3. RGB value is (253,7,163). Sum of RGB (Red+Green+Blue) = 253+7+163=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD07A3 is #02F85C. Grayscale: #616161. Windows color (decimal): -194653 or 10684413. OLE color: 10684413.

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

Color convert

RGB2537163-
CMYK00.970.360.01
HSL321.95º98.4%50.98%-
HSV(B)321.95º97.23%99.22%-
XYZ47.1923.6836.73-
YUV98.34164.5238.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.81%
GREEN value IS 7 (3.12% from 255) = 1.65%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=59.81%
G=1.65%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253716300.970.360.01321.9598.450.98
HexFD7A30612411426233
Octal3757243014144150214263
Binary11111101111101000110110000110010011010000101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD07A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD07A3; }

 p { color: rgb(253,7,163); }

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

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

 a { background-color: rgb(253,7,163); }

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

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

 span { border-color: rgb(253,7,163); }

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