Html Css Color HEX #FF81B8 Persian Pink

📋 copy color: '#FF81B8'

red 255 ◦ green 129 ◦ blue 184

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

Shades of Persian Pink #FF81B8

Tints of Persian Pink #FF81B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.39%

R = 44.89%
G = 22.71%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FF81B8 (or 0xFF81B8) is known color: Persian Pink. HEX triplet: FF, 81 and B8. RGB value is (255,129,184). Sum of RGB (Red+Green+Blue) = 255+129+184=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81B8 is #007E47. Grayscale: #ACACAC. Windows color (decimal): -32328 or 12091903. OLE color: 12091903.

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

Color convert

RGB 255 129 184 -
CMYK 0 0.49 0.28 0
HSL 333.81º 1% 0.75% -
HSV(B) 333.81º 0.49% 1% -
XYZ 57.74 40.42 50.11 -
YUV 172.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 255 129 184 0 0.49 0.28 0 333.81 1 0.75
Hex FF 81 B8 0 31 1C 0 14E 64 4B
Octal 377 201 270 0 61 34 0 516 144 113
Binary 11111111 10000001 10111000 0 110001 11100 0 101001110 1100100 1001011

Color Harmonies of #FF81B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81B8

Black with #FF81B8

Text Example


Text Example

White with #FF81B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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