#FB35A9

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

Shades of Persian Rose #FB35A9

Tints of Persian Rose #FB35A9

Color information

#FB35A9 (or 0xFB35A9) is unknown color: approx Persian Rose. HEX triplet: FB, 35 and A9. RGB value is (251,53,169). Sum of RGB (Red+Green+Blue) = 251+53+169=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB35A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB35A9 is #04CA56. Grayscale: #7D7D7D. Windows color (decimal): -313943 or 11089403. OLE color: 11089403.

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

Color convert

RGB25153169-
CMYK00.790.330.02
HSL324.85º96.12%59.61%-
HSV(B)324.85º78.88%98.43%-
XYZ48.2225.9240-
YUV125.43152.6217.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.07%
GREEN value IS 53 (21.09% from 255) = 11.21%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=53.07%
G=11.21%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515316900.790.330.02324.8596.1259.61
HexFB35A904F212145603c
Octal37365251011741250514074
Binary111110111101011010100101001111100001101010001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB35A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB35A9; }

 p { color: rgb(251,53,169); }

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

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

 a { background-color: rgb(251,53,169); }

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

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

 span { border-color: rgb(251,53,169); }

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