Html Css Color HEX #FE83FF Fuchsia Pink

📋 copy color: '#FE83FF'

red 254 ◦ green 131 ◦ blue 255

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

Shades of Fuchsia Pink #FE83FF

Tints of Fuchsia Pink #FE83FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 20.47%

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

R = 39.69%
G = 20.47%
B = 39.84%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE83FF (or 0xFE83FF) is known color: Fuchsia Pink. HEX triplet: FE, 83 and FF. RGB value is (254,131,255). Sum of RGB (Red+Green+Blue) = 254+131+255=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 131 (51.56% from 255 or 20.47% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE83FF is #017C00. Grayscale: #B5B5B5. Windows color (decimal): -97281 or 16745470. OLE color: 16745470.

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

Color convert

RGB 254 131 255 -
CMYK 0.00 0.49 0 0
HSL 299.52º 1% 0.76% -
HSV(B) 299.52º 0.49% 1% -
XYZ 67.04 44.52 99.67 -
YUV 181.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 254 131 255 0.00 0.49 0 0 299.52 1 0.76
Hex FE 83 FF 0 31 0 0 12C 64 4C
Octal 376 203 377 0 61 0 0 454 144 114
Binary 11111110 10000011 11111111 0 110001 0 0 100101100 1100100 1001100

Color Harmonies of #FE83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83FF

Black with #FE83FF

Text Example


Text Example

White with #FE83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83FF; }

 p { color: rgb(254,131,255); }

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

background-color css

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

 a { background-color: rgb(254,131,255); }

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

border-color css

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

 span { border-color: rgb(254,131,255); }

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