#FB41AB

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

Shades of Brilliant Rose #FB41AB

Tints of Brilliant Rose #FB41AB

Color information

#FB41AB (or 0xFB41AB) is unknown color: approx Brilliant Rose. HEX triplet: FB, 41 and AB. RGB value is (251,65,171). Sum of RGB (Red+Green+Blue) = 251+65+171=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB41AB is #04BE54. Grayscale: #848484. Windows color (decimal): -310869 or 11223547. OLE color: 11223547.

HSL color Cylindrical-coordinate representation of color #FB41AB: hue angle of 325.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41AB is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB25165171-
CMYK00.740.320.02
HSL325.81º95.88%61.96%-
HSV(B)325.81º74.1%98.43%-
XYZ49.0227.2341.2-
YUV132.7149.62212.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.54%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=51.54%
G=13.35%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516517100.740.320.02325.8195.8861.96
HexFB41AB04A202146603e
Octal373101253011240250614076
Binary1111101110000011010101101001010100000101010001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB41AB; }

 p { color: rgb(251,65,171); }

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

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

 a { background-color: rgb(251,65,171); }

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

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

 span { border-color: rgb(251,65,171); }

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