#FB209A

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

Shades of Persian Rose #FB209A

Tints of Persian Rose #FB209A

Color information

#FB209A (or 0xFB209A) is unknown color: approx Persian Rose. HEX triplet: FB, 20 and 9A. RGB value is (251,32,154). Sum of RGB (Red+Green+Blue) = 251+32+154=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB209A is #04DF65. Grayscale: #6F6F6F. Windows color (decimal): -319334 or 10100987. OLE color: 10100987.

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

Color convert

RGB25132154-
CMYK00.870.390.02
HSL326.58º96.48%55.49%-
HSV(B)326.58º87.25%98.43%-
XYZ46.1323.8832.75-
YUV111.39152.05227.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.44%
GREEN value IS 32 (12.89% from 255) = 7.32%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=57.44%
G=7.32%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513215400.870.390.02326.5896.4855.49
HexFB209A0572721476037
Octal37340232012747250714067
Binary111110111000001001101001010111100111101010001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB209A; }

 p { color: rgb(251,32,154); }

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

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

 a { background-color: rgb(251,32,154); }

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

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

 span { border-color: rgb(251,32,154); }

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