Html Css Color HEX #FF80BE Persian Pink

📋 copy color: '#FF80BE'

red 255 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #FF80BE

Tints of Persian Pink #FF80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 44.5%
G = 22.34%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF80BE (or 0xFF80BE) is known color: Persian Pink. HEX triplet: FF, 80 and BE. RGB value is (255,128,190). Sum of RGB (Red+Green+Blue) = 255+128+190=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BE is #007F41. Grayscale: #ACACAC. Windows color (decimal): -32578 or 12484863. OLE color: 12484863.

HSL color Cylindrical-coordinate representation of color #FF80BE: hue angle of 330.71º 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 #FF80BE is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 190 -
CMYK 0 0.50 0.25 0
HSL 330.71º 1% 0.75% -
HSV(B) 330.71º 0.5% 1% -
XYZ 58.25 40.42 53.45 -
YUV 173.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 255 128 190 0 0.50 0.25 0 330.71 1 0.75
Hex FF 80 BE 0 32 19 0 14B 64 4B
Octal 377 200 276 0 62 31 0 513 144 113
Binary 11111111 10000000 10111110 0 110010 11001 0 101001011 1100100 1001011

Color Harmonies of #FF80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80BE

Black with #FF80BE

Text Example


Text Example

White with #FF80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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