Html Css Color HEX #FF81FD Fuchsia Pink

📋 copy color: '#FF81FD'

red 255 ◦ green 129 ◦ blue 253

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

Shades of Fuchsia Pink #FF81FD

Tints of Fuchsia Pink #FF81FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.72%

R = 40.03%
G = 20.25%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF81FD (or 0xFF81FD) is known color: Fuchsia Pink. HEX triplet: FF, 81 and FD. RGB value is (255,129,253). Sum of RGB (Red+Green+Blue) = 255+129+253=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 129 (50.78% from 255 or 20.25% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81FD is #007E02. Grayscale: #B4B4B4. Windows color (decimal): -32259 or 16613887. OLE color: 16613887.

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

Color convert

RGB 255 129 253 -
CMYK 0 0.49 0.01 0
HSL 300.95º 1% 0.75% -
HSV(B) 300.95º 0.49% 1% -
XYZ 66.82 44.05 97.91 -
YUV 180.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 255 129 253 0 0.49 0.01 0 300.95 1 0.75
Hex FF 81 FD 0 31 1 0 12D 64 4B
Octal 377 201 375 0 61 1 0 455 144 113
Binary 11111111 10000001 11111101 0 110001 1 0 100101101 1100100 1001011

Color Harmonies of #FF81FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81FD

Black with #FF81FD

Text Example


Text Example

White with #FF81FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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