Html Css Color HEX #FD81FF Fuchsia Pink

📋 copy color: '#FD81FF'

red 253 ◦ green 129 ◦ blue 255

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

Shades of Fuchsia Pink #FD81FF

Tints of Fuchsia Pink #FD81FF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 253 129 255 -
CMYK 0.01 0.49 0 0
HSL 299.05º 1% 0.75% -
HSV(B) 299.05º 0.49% 1% -
XYZ 66.41 43.8 99.56 -
YUV 180.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 253 129 255 0.01 0.49 0 0 299.05 1 0.75
Hex FD 81 FF 1 31 0 0 12B 64 4B
Octal 375 201 377 1 61 0 0 453 144 113
Binary 11111101 10000001 11111111 1 110001 0 0 100101011 1100100 1001011

Color Harmonies of #FD81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD81FF

Black with #FD81FF

Text Example


Text Example

White with #FD81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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