#FD659E

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

Shades of Brilliant Rose #FD659E

Tints of Brilliant Rose #FD659E

Color information

#FD659E (or 0xFD659E) is unknown color: approx Brilliant Rose. HEX triplet: FD, 65 and 9E. RGB value is (253,101,158). Sum of RGB (Red+Green+Blue) = 253+101+158=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD659E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD659E is #029A61. Grayscale: #989898. Windows color (decimal): -170594 or 10380797. OLE color: 10380797.

HSL color Cylindrical-coordinate representation of color #FD659E: hue angle of 337.5º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD659E is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB253101158-
CMYK00.600.380.01
HSL337.5º97.44%69.41%-
HSV(B)337.5º60.08%99.22%-
XYZ51.3332.6635.95-
YUV152.95130.86199.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.41%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=49.41%
G=19.73%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310115800.600.380.01337.597.4469.41
HexFD659E03C2611526145
Octal375145236074461522141105
Binary111111011100101100111100111100100110110101001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD659E; }

 p { color: rgb(253,101,158); }

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

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

 a { background-color: rgb(253,101,158); }

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

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

 span { border-color: rgb(253,101,158); }

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