#FB79B3

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

Shades of Persian Pink #FB79B3

Tints of Persian Pink #FB79B3

Color information

#FB79B3 (or 0xFB79B3) is unknown color: approx Persian Pink. HEX triplet: FB, 79 and B3. RGB value is (251,121,179). Sum of RGB (Red+Green+Blue) = 251+121+179=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79B3 is #04864C. Grayscale: #A6A6A6. Windows color (decimal): -296525 or 11762171. OLE color: 11762171.

HSL color Cylindrical-coordinate representation of color #FB79B3: hue angle of 333.23º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB79B3 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251121179-
CMYK00.520.290.02
HSL333.23º94.2%72.94%-
HSV(B)333.23º51.79%98.43%-
XYZ54.7637.4446.99-
YUV166.48135.07188.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 121 (47.66% from 255) = 21.96%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=45.55%
G=21.96%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112117900.520.290.02333.2394.272.94
HexFB79B30341D214d5e49
Octal373171263064352515136111
Binary111110111111001101100110110100111011010100110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB79B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB79B3; }

 p { color: rgb(251,121,179); }

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

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

 a { background-color: rgb(251,121,179); }

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

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

 span { border-color: rgb(251,121,179); }

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