#FF79B5

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

Shades of Persian Pink #FF79B5

Tints of Persian Pink #FF79B5

Color information

#FF79B5 (or 0xFF79B5) is unknown color: approx Persian Pink. HEX triplet: FF, 79 and B5. RGB value is (255,121,181). Sum of RGB (Red+Green+Blue) = 255+121+181=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79B5 is #00864A. Grayscale: #A7A7A7. Windows color (decimal): -34379 or 11893247. OLE color: 11893247.

HSL color Cylindrical-coordinate representation of color #FF79B5: hue angle of 333.13º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79B5 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255121181-
CMYK00.530.290
HSL333.13º100%73.73%-
HSV(B)333.13º52.55%100%-
XYZ56.4238.2748.13-
YUV167.91135.39190.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 121 (47.66% from 255) = 21.72%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=45.78%
G=21.72%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512118100.530.290333.1310073.73
HexFF79B50351D014d644a
Octal377171265065350515144112
Binary11111111111100110110101011010111101010100110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF79B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF79B5; }

 p { color: rgb(255,121,181); }

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

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

 a { background-color: rgb(255,121,181); }

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

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

 span { border-color: rgb(255,121,181); }

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