#FB61A8

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

Shades of Brilliant Rose #FB61A8

Tints of Brilliant Rose #FB61A8

Color information

#FB61A8 (or 0xFB61A8) is unknown color: approx Brilliant Rose. HEX triplet: FB, 61 and A8. RGB value is (251,97,168). Sum of RGB (Red+Green+Blue) = 251+97+168=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB61A8 is #049E57. Grayscale: #979797. Windows color (decimal): -302680 or 11035131. OLE color: 11035131.

HSL color Cylindrical-coordinate representation of color #FB61A8: hue angle of 332.34º 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 #FB61A8 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB25197168-
CMYK00.610.330.02
HSL332.34º95.06%68.24%-
HSV(B)332.34º61.35%98.43%-
XYZ51.1331.8940.51-
YUV151.14137.52199.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.64%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=48.64%
G=18.80%
B=32.56%

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
Decimal2519716800.610.330.02332.3495.0668.24
HexFB61A803D21214c5f44
Octal373141250075412514137104
Binary1111101111000011010100001111011000011010100110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB61A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB61A8; }

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

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

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

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

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

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

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

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