#FD60A6

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

Shades of Brilliant Rose #FD60A6

Tints of Brilliant Rose #FD60A6

Color information

#FD60A6 (or 0xFD60A6) is unknown color: approx Brilliant Rose. HEX triplet: FD, 60 and A6. RGB value is (253,96,166). Sum of RGB (Red+Green+Blue) = 253+96+166=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD60A6 is #029F59. Grayscale: #969696. Windows color (decimal): -171866 or 10903805. OLE color: 10903805.

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

Color convert

RGB25396166-
CMYK00.620.340.01
HSL333.25º97.52%68.43%-
HSV(B)333.25º62.06%99.22%-
XYZ51.573239.54-
YUV150.92136.51200.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 96 (37.89% from 255) = 18.64%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=49.13%
G=18.64%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539616600.620.340.01333.2597.5268.43
HexFD60A603E22114d6244
Octal375140246076421515142104
Binary111111011100000101001100111110100010110100110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60A6; }

 p { color: rgb(253,96,166); }

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

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

 a { background-color: rgb(253,96,166); }

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

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

 span { border-color: rgb(253,96,166); }

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