#FB79C4

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

Shades of Persian Pink #FB79C4

Tints of Persian Pink #FB79C4

Color information

#FB79C4 (or 0xFB79C4) is unknown color: approx Persian Pink. HEX triplet: FB, 79 and C4. RGB value is (251,121,196). Sum of RGB (Red+Green+Blue) = 251+121+196=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79C4 is #04863B. Grayscale: #A8A8A8. Windows color (decimal): -296508 or 12876283. OLE color: 12876283.

HSL color Cylindrical-coordinate representation of color #FB79C4: hue angle of 325.38º 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 #FB79C4 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251121196-
CMYK00.520.220.02
HSL325.38º94.2%72.94%-
HSV(B)325.38º51.79%98.43%-
XYZ56.5838.1756.61-
YUV168.42143.57186.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=44.19%
G=21.30%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112119600.520.220.02325.3894.272.94
HexFB79C40341621455e49
Octal373171304064262505136111
Binary111110111111001110001000110100101101010100010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB79C4; }

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

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

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

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

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

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

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

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