#FB2296

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

Shades of Persian Rose #FB2296

Tints of Persian Rose #FB2296

Color information

#FB2296 (or 0xFB2296) is unknown color: approx Persian Rose. HEX triplet: FB, 22 and 96. RGB value is (251,34,150). Sum of RGB (Red+Green+Blue) = 251+34+150=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2296 is #04DD69. Grayscale: #6F6F6F. Windows color (decimal): -318826 or 9839355. OLE color: 9839355.

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

Color convert

RGB25134150-
CMYK00.860.400.02
HSL327.93º96.44%55.88%-
HSV(B)327.93º86.45%98.43%-
XYZ45.8623.8631.04-
YUV112.11149.39227.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.70%
GREEN value IS 34 (13.67% from 255) = 7.82%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=57.70%
G=7.82%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513415000.860.400.02327.9396.4455.88
HexFB22960562821486038
Octal37342226012650251014070
Binary111110111000101001011001010110101000101010010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2296; }

 p { color: rgb(251,34,150); }

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

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

 a { background-color: rgb(251,34,150); }

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

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

 span { border-color: rgb(251,34,150); }

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