Html Css Color HEX #FF80BA Persian Pink

📋 copy color: '#FF80BA'

red 255 ◦ green 128 ◦ blue 186

#FF80BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FF80BA

Tints of Persian Pink #FF80BA

RGB

 RED value IS 255 (100% from 255) = 44.82%

 GREEN value IS 128 (50.39% from 255) = 22.5%

 BLUE value IS 186 (73.05% from 255) = 32.69%

R = 44.82%
G = 22.5%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF80BA (or 0xFF80BA) is known color: Persian Pink. HEX triplet: FF, 80 and BA. RGB value is (255,128,186). Sum of RGB (Red+Green+Blue) = 255+128+186=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BA is #007F45. Grayscale: #ACACAC. Windows color (decimal): -32582 or 12222719. OLE color: 12222719.

HSL color Cylindrical-coordinate representation of color #FF80BA: hue angle of 332.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80BA is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 186 -
CMYK 0 0.50 0.27 0
HSL 332.6º 1% 0.75% -
HSV(B) 332.6º 0.5% 1% -
XYZ 57.82 40.24 51.17 -
YUV 172.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 255 128 186 0 0.50 0.27 0 332.6 1 0.75
Hex FF 80 BA 0 32 1B 0 14D 64 4B
Octal 377 200 272 0 62 33 0 515 144 113
Binary 11111111 10000000 10111010 0 110010 11011 0 101001101 1100100 1001011

Color Harmonies of #FF80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80BA

Black with #FF80BA

Text Example


Text Example

White with #FF80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80BA; }

 p { color: rgb(255,128,186); }

 H1.HeaderClassName
 {
   color: #FF80BA;
 }
 .AnyTagClassName
 {
   color: #FF80BA;
 }
</style>

background-color css

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

 a { background-color: rgb(255,128,186); }

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

border-color css

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

 span { border-color: rgb(255,128,186); }

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