#FB61A9

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

Shades of Brilliant Rose #FB61A9

Tints of Brilliant Rose #FB61A9

Color information

#FB61A9 (or 0xFB61A9) is unknown color: approx Brilliant Rose. HEX triplet: FB, 61 and A9. RGB value is (251,97,169). Sum of RGB (Red+Green+Blue) = 251+97+169=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB61A9 is #049E56. Grayscale: #979797. Windows color (decimal): -302679 or 11100667. OLE color: 11100667.

HSL color Cylindrical-coordinate representation of color #FB61A9: hue angle of 331.95º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB61A9 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB25197169-
CMYK00.610.330.02
HSL331.95º95.06%68.24%-
HSV(B)331.95º61.35%98.43%-
XYZ51.2231.9241-
YUV151.25138.02199.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=48.55%
G=18.76%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519716900.610.330.02331.9595.0668.24
HexFB61A903D21214c5f44
Octal373141251075412514137104
Binary1111101111000011010100101111011000011010100110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB61A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB61A9; }

 p { color: rgb(251,97,169); }

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

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

 a { background-color: rgb(251,97,169); }

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

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

 span { border-color: rgb(251,97,169); }

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