#FD58A7

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

Shades of Brilliant Rose #FD58A7

Tints of Brilliant Rose #FD58A7

Color information

#FD58A7 (or 0xFD58A7) is unknown color: approx Brilliant Rose. HEX triplet: FD, 58 and A7. RGB value is (253,88,167). Sum of RGB (Red+Green+Blue) = 253+88+167=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD58A7 is #02A758. Grayscale: #929292. Windows color (decimal): -173913 or 10967293. OLE color: 10967293.

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

Color convert

RGB25388167-
CMYK00.650.340.01
HSL331.27º97.63%66.86%-
HSV(B)331.27º65.22%99.22%-
XYZ50.9730.6539.79-
YUV146.34139.66204.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.80%
GREEN value IS 88 (34.77% from 255) = 17.32%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=49.80%
G=17.32%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538816700.650.340.01331.2797.6366.86
HexFD58A704122114b6243
Octal3751302470101421513142103
Binary1111110110110001010011101000001100010110100101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD58A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD58A7; }

 p { color: rgb(253,88,167); }

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

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

 a { background-color: rgb(253,88,167); }

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

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

 span { border-color: rgb(253,88,167); }

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