#FB659E

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

Shades of Brilliant Rose #FB659E

Tints of Brilliant Rose #FB659E

Color information

#FB659E (or 0xFB659E) is unknown color: approx Brilliant Rose. HEX triplet: FB, 65 and 9E. RGB value is (251,101,158). Sum of RGB (Red+Green+Blue) = 251+101+158=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB659E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB659E is #049A61. Grayscale: #989898. Windows color (decimal): -301666 or 10380795. OLE color: 10380795.

HSL color Cylindrical-coordinate representation of color #FB659E: hue angle of 337.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB659E is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251101158-
CMYK00.600.370.02
HSL337.2º94.94%69.02%-
HSV(B)337.2º59.76%98.43%-
XYZ50.6132.2935.91-
YUV152.35131.2198.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 101 (39.84% from 255) = 19.80%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=49.22%
G=19.80%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110115800.600.370.02337.294.9469.02
HexFB659E03C2521515f45
Octal373145236074452521137105
Binary1111101111001011001111001111001001011010101000110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB659E; }

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

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

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

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

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

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

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

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