#FD60A7

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

Shades of Brilliant Rose #FD60A7

Tints of Brilliant Rose #FD60A7

Color information

#FD60A7 (or 0xFD60A7) is unknown color: approx Brilliant Rose. HEX triplet: FD, 60 and A7. RGB value is (253,96,167). Sum of RGB (Red+Green+Blue) = 253+96+167=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD60A7 is #029F58. Grayscale: #969696. Windows color (decimal): -171865 or 10969341. OLE color: 10969341.

HSL color Cylindrical-coordinate representation of color #FD60A7: hue angle of 332.87º 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 #FD60A7 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB25396167-
CMYK00.620.340.01
HSL332.87º97.52%68.43%-
HSV(B)332.87º62.06%99.22%-
XYZ51.6732.0440.02-
YUV151.04137.01200.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.03%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=49.03%
G=18.60%
B=32.36%

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
Decimal2539616700.620.340.01332.8797.5268.43
HexFD60A703E22114d6244
Octal375140247076421515142104
Binary111111011100000101001110111110100010110100110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60A7; }

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

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

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

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

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

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

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

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