#FD61A6

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

Shades of Brilliant Rose #FD61A6

Tints of Brilliant Rose #FD61A6

Color information

#FD61A6 (or 0xFD61A6) is unknown color: approx Brilliant Rose. HEX triplet: FD, 61 and A6. RGB value is (253,97,166). Sum of RGB (Red+Green+Blue) = 253+97+166=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD61A6 is #029E59. Grayscale: #979797. Windows color (decimal): -171610 or 10904061. OLE color: 10904061.

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

Color convert

RGB25397166-
CMYK00.620.340.01
HSL333.46º97.5%68.63%-
HSV(B)333.46º61.66%99.22%-
XYZ51.6732.1939.57-
YUV151.51136.18200.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.03%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=49.03%
G=18.80%
B=32.17%

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
Decimal2539716600.620.340.01333.4697.568.63
HexFD61A603E22114d6245
Octal375141246076421515142105
Binary111111011100001101001100111110100010110100110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD61A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD61A6; }

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

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

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

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

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

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

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

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