Html Css Color HEX #FF81BE Persian Pink

📋 copy color: '#FF81BE'

red 255 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #FF81BE

Tints of Persian Pink #FF81BE

RGB

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

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

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

R = 44.43%
G = 22.47%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF81BE (or 0xFF81BE) is known color: Persian Pink. HEX triplet: FF, 81 and BE. RGB value is (255,129,190). Sum of RGB (Red+Green+Blue) = 255+129+190=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81BE is #007E41. Grayscale: #ADADAD. Windows color (decimal): -32322 or 12485119. OLE color: 12485119.

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

Color convert

RGB 255 129 190 -
CMYK 0 0.49 0.25 0
HSL 330.95º 1% 0.75% -
HSV(B) 330.95º 0.49% 1% -
XYZ 58.38 40.68 53.49 -
YUV 173.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 255 129 190 0 0.49 0.25 0 330.95 1 0.75
Hex FF 81 BE 0 31 19 0 14B 64 4B
Octal 377 201 276 0 61 31 0 513 144 113
Binary 11111111 10000001 10111110 0 110001 11001 0 101001011 1100100 1001011

Color Harmonies of #FF81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81BE

Black with #FF81BE

Text Example


Text Example

White with #FF81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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