Html Css Color HEX #FE81F5 Fuchsia Pink

📋 copy color: '#FE81F5'

red 254 ◦ green 129 ◦ blue 245

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

Shades of Fuchsia Pink #FE81F5

Tints of Fuchsia Pink #FE81F5

RGB

 RED value IS 254 (99.61% from 255) = 40.45%

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

 BLUE value IS 245 (96.09% from 255) = 39.01%

R = 40.45%
G = 20.54%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE81F5 (or 0xFE81F5) is known color: Fuchsia Pink. HEX triplet: FE, 81 and F5. RGB value is (254,129,245). Sum of RGB (Red+Green+Blue) = 254+129+245=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 129 (50.78% from 255 or 20.54% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81F5 is #017E0A. Grayscale: #B3B3B3. Windows color (decimal): -97803 or 16089598. OLE color: 16089598.

HSL color Cylindrical-coordinate representation of color #FE81F5: hue angle of 304.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE81F5 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 129 245 -
CMYK 0 0.49 0.04 0.00
HSL 304.32º 0.98% 0.75% -
HSV(B) 304.32º 0.49% 1% -
XYZ 65.2 43.36 91.32 -
YUV 179.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 254 129 245 0 0.49 0.04 0.00 304.32 0.98 0.75
Hex FE 81 F5 0 31 4 0 130 62 4B
Octal 376 201 365 0 61 4 0 460 142 113
Binary 11111110 10000001 11110101 0 110001 100 0 100110000 1100010 1001011

Color Harmonies of #FE81F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81F5

Black with #FE81F5

Text Example


Text Example

White with #FE81F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81F5; }

 p { color: rgb(254,129,245); }

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

background-color css

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

 a { background-color: rgb(254,129,245); }

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

border-color css

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

 span { border-color: rgb(254,129,245); }

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