#FD55A0

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

Shades of Brilliant Rose #FD55A0

Tints of Brilliant Rose #FD55A0

Color information

#FD55A0 (or 0xFD55A0) is unknown color: approx Brilliant Rose. HEX triplet: FD, 55 and A0. RGB value is (253,85,160). Sum of RGB (Red+Green+Blue) = 253+85+160=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD55A0 is #02AA5F. Grayscale: #8F8F8F. Windows color (decimal): -174688 or 10507773. OLE color: 10507773.

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

Color convert

RGB25385160-
CMYK00.660.370.01
HSL333.21º97.67%66.27%-
HSV(B)333.21º66.4%99.22%-
XYZ50.129.9236.39-
YUV143.78137.16205.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 85 (33.59% from 255) = 17.07%
BLUE value IS 160 (62.89% from 255) = 32.13%
R=50.80%
G=17.07%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538516000.660.370.01333.2197.6766.27
HexFD55A004225114d6242
Octal3751252400102451515142102
Binary1111110110101011010000001000010100101110100110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD55A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD55A0; }

 p { color: rgb(253,85,160); }

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

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

 a { background-color: rgb(253,85,160); }

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

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

 span { border-color: rgb(253,85,160); }

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