Html Css Color HEX #FB81FF Fuchsia Pink

📋 copy color: '#FB81FF'

red 251 ◦ green 129 ◦ blue 255

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

Shades of Fuchsia Pink #FB81FF

Tints of Fuchsia Pink #FB81FF

RGB

 RED value IS 251 (98.44% from 255) = 39.53%

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

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

R = 39.53%
G = 20.31%
B = 40.16%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB81FF (or 0xFB81FF) is known color: Fuchsia Pink. HEX triplet: FB, 81 and FF. RGB value is (251,129,255). Sum of RGB (Red+Green+Blue) = 251+129+255=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 129 (50.78% from 255 or 20.31% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81FF is #047E00. Grayscale: #B3B3B3. Windows color (decimal): -294401 or 16744955. OLE color: 16744955.

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

Color convert

RGB 251 129 255 -
CMYK 0.02 0.49 0 0
HSL 298.1º 1% 0.75% -
HSV(B) 298.1º 0.49% 1% -
XYZ 65.68 43.43 99.53 -
YUV 179.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 251 129 255 0.02 0.49 0 0 298.1 1 0.75
Hex FB 81 FF 2 31 0 0 12A 64 4B
Octal 373 201 377 2 61 0 0 452 144 113
Binary 11111011 10000001 11111111 10 110001 0 0 100101010 1100100 1001011

Color Harmonies of #FB81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81FF

Black with #FB81FF

Text Example


Text Example

White with #FB81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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