Html Css Color HEX #FF81BB Persian Pink

📋 copy color: '#FF81BB'

red 255 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #FF81BB

Tints of Persian Pink #FF81BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.59%

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 44.66%
G = 22.59%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF81BB (or 0xFF81BB) is known color: Persian Pink. HEX triplet: FF, 81 and BB. RGB value is (255,129,187). Sum of RGB (Red+Green+Blue) = 255+129+187=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81BB is #007E44. Grayscale: #ADADAD. Windows color (decimal): -32325 or 12288511. OLE color: 12288511.

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

Color convert

RGB 255 129 187 -
CMYK 0 0.49 0.27 0
HSL 332.38º 1% 0.75% -
HSV(B) 332.38º 0.49% 1% -
XYZ 58.06 40.55 51.78 -
YUV 173.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 255 129 187 0 0.49 0.27 0 332.38 1 0.75
Hex FF 81 BB 0 31 1B 0 14C 64 4B
Octal 377 201 273 0 61 33 0 514 144 113
Binary 11111111 10000001 10111011 0 110001 11011 0 101001100 1100100 1001011

Color Harmonies of #FF81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81BB

Black with #FF81BB

Text Example


Text Example

White with #FF81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81BB; }

 p { color: rgb(255,129,187); }

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

background-color css

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

 a { background-color: rgb(255,129,187); }

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

border-color css

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

 span { border-color: rgb(255,129,187); }

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