Html Css Color HEX #FF81FF Fuchsia Pink

📋 copy color: '#FF81FF'

red 255 ◦ green 129 ◦ blue 255

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

Shades of Fuchsia Pink #FF81FF

Tints of Fuchsia Pink #FF81FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.91%

R = 39.91%
G = 20.19%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF81FF (or 0xFF81FF) is known color: Fuchsia Pink. HEX triplet: FF, 81 and FF. RGB value is (255,129,255). Sum of RGB (Red+Green+Blue) = 255+129+255=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 129 (50.78% from 255 or 20.19% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81FF is #007E00. Grayscale: #B4B4B4. Windows color (decimal): -32257 or 16744959. OLE color: 16744959.

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

Color convert

RGB 255 129 255 -
CMYK 0 0.49 0 0
HSL 300º 1% 0.75% -
HSV(B) 300º 0.49% 1% -
XYZ 67.14 44.18 99.6 -
YUV 181.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 255 129 255 0 0.49 0 0 300 1 0.75
Hex FF 81 FF 0 31 0 0 12C 64 4B
Octal 377 201 377 0 61 0 0 454 144 113
Binary 11111111 10000001 11111111 0 110001 0 0 100101100 1100100 1001011

Color Harmonies of #FF81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81FF

Black with #FF81FF

Text Example


Text Example

White with #FF81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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