#FB36A8

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

Shades of Persian Rose #FB36A8

Tints of Persian Rose #FB36A8

Color information

#FB36A8 (or 0xFB36A8) is unknown color: approx Persian Rose. HEX triplet: FB, 36 and A8. RGB value is (251,54,168). Sum of RGB (Red+Green+Blue) = 251+54+168=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB36A8 is #04C957. Grayscale: #7D7D7D. Windows color (decimal): -313688 or 11024123. OLE color: 11024123.

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

Color convert

RGB25154168-
CMYK00.780.330.02
HSL325.28º96.1%59.8%-
HSV(B)325.28º78.49%98.43%-
XYZ48.1725.9739.52-
YUV125.9151.77217.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.07%
GREEN value IS 54 (21.48% from 255) = 11.42%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=53.07%
G=11.42%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515416800.780.330.02325.2896.159.8
HexFB36A804E212145603c
Octal37366250011641250514074
Binary111110111101101010100001001110100001101010001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB36A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB36A8; }

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

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

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

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

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

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

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

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