Html Css Color HEX #FF81F8 Fuchsia Pink

📋 copy color: '#FF81F8'

red 255 ◦ green 129 ◦ blue 248

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

Shades of Fuchsia Pink #FF81F8

Tints of Fuchsia Pink #FF81F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.24%

R = 40.35%
G = 20.41%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF81F8 (or 0xFF81F8) is known color: Fuchsia Pink. HEX triplet: FF, 81 and F8. RGB value is (255,129,248). Sum of RGB (Red+Green+Blue) = 255+129+248=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 129 (50.78% from 255 or 20.41% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81F8 is #007E07. Grayscale: #B3B3B3. Windows color (decimal): -32264 or 16286207. OLE color: 16286207.

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

Color convert

RGB 255 129 248 -
CMYK 0 0.49 0.03 0
HSL 303.33º 1% 0.75% -
HSV(B) 303.33º 0.49% 1% -
XYZ 66.03 43.74 93.77 -
YUV 180.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 255 129 248 0 0.49 0.03 0 303.33 1 0.75
Hex FF 81 F8 0 31 3 0 12F 64 4B
Octal 377 201 370 0 61 3 0 457 144 113
Binary 11111111 10000001 11111000 0 110001 11 0 100101111 1100100 1001011

Color Harmonies of #FF81F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81F8

Black with #FF81F8

Text Example


Text Example

White with #FF81F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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