#FB26A3

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

Shades of Persian Rose #FB26A3

Tints of Persian Rose #FB26A3

Color information

#FB26A3 (or 0xFB26A3) is unknown color: approx Persian Rose. HEX triplet: FB, 26 and A3. RGB value is (251,38,163). Sum of RGB (Red+Green+Blue) = 251+38+163=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB26A3 is #04D95C. Grayscale: #737373. Windows color (decimal): -317789 or 10692347. OLE color: 10692347.

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

Color convert

RGB25138163-
CMYK00.850.350.02
HSL324.79º96.38%56.67%-
HSV(B)324.79º84.86%98.43%-
XYZ47.0924.5436.91-
YUV115.94154.57224.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.53%
GREEN value IS 38 (15.23% from 255) = 8.41%
BLUE value IS 163 (64.06% from 255) = 36.06%
R=55.53%
G=8.41%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513816300.850.350.02324.7996.3856.67
HexFB26A30552321456039
Octal37346243012543250514071
Binary111110111001101010001101010101100011101010001011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB26A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB26A3; }

 p { color: rgb(251,38,163); }

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

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

 a { background-color: rgb(251,38,163); }

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

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

 span { border-color: rgb(251,38,163); }

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