#FA80B9

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

Shades of Persian Pink #FA80B9

Tints of Persian Pink #FA80B9

Color information

#FA80B9 (or 0xFA80B9) is unknown color: approx Persian Pink. HEX triplet: FA, 80 and B9. RGB value is (250,128,185). Sum of RGB (Red+Green+Blue) = 250+128+185=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80B9 is #057F46. Grayscale: #AAAAAA. Windows color (decimal): -360263 or 12157178. OLE color: 12157178.

HSL color Cylindrical-coordinate representation of color #FA80B9: hue angle of 331.97º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80B9 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250128185-
CMYK00.490.260.02
HSL331.97º92.42%74.12%-
HSV(B)331.97º48.8%98.04%-
XYZ55.939.2750.53-
YUV170.98135.92184.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=44.40%
G=22.74%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012818500.490.260.02331.9792.4274.12
HexFA80B90311A214c5c4a
Octal372200271061322514134112
Binary1111101010000000101110010110001110101010100110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80B9; }

 p { color: rgb(250,128,185); }

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

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

 a { background-color: rgb(250,128,185); }

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

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

 span { border-color: rgb(250,128,185); }

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