Html Css Color HEX #FA81FF Fuchsia Pink

📋 copy color: '#FA81FF'

red 250 ◦ green 129 ◦ blue 255

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

Shades of Fuchsia Pink #FA81FF

Tints of Fuchsia Pink #FA81FF

RGB

 RED value IS 250 (98.05% from 255) = 39.43%

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

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

R = 39.43%
G = 20.35%
B = 40.22%

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

#FA81FF (or 0xFA81FF) is known color: Fuchsia Pink. HEX triplet: FA, 81 and FF. RGB value is (250,129,255). Sum of RGB (Red+Green+Blue) = 250+129+255=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 129 (50.78% from 255 or 20.35% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81FF is #057E00. Grayscale: #B3B3B3. Windows color (decimal): -359937 or 16744954. OLE color: 16744954.

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

Color convert

RGB 250 129 255 -
CMYK 0.02 0.49 0 0
HSL 297.62º 1% 0.75% -
HSV(B) 297.62º 0.49% 1% -
XYZ 65.32 43.24 99.51 -
YUV 179.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 250 129 255 0.02 0.49 0 0 297.62 1 0.75
Hex FA 81 FF 2 31 0 0 12A 64 4B
Octal 372 201 377 2 61 0 0 452 144 113
Binary 11111010 10000001 11111111 10 110001 0 0 100101010 1100100 1001011

Color Harmonies of #FA81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81FF

Black with #FA81FF

Text Example


Text Example

White with #FA81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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