Html Css Color HEX #FE83FA Fuchsia Pink

📋 copy color: '#FE83FA'

red 254 ◦ green 131 ◦ blue 250

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

Shades of Fuchsia Pink #FE83FA

Tints of Fuchsia Pink #FE83FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 40%
G = 20.63%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE83FA (or 0xFE83FA) is known color: Fuchsia Pink. HEX triplet: FE, 83 and FA. RGB value is (254,131,250). Sum of RGB (Red+Green+Blue) = 254+131+250=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 131 (51.56% from 255 or 20.63% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE83FA is #017C05. Grayscale: #B4B4B4. Windows color (decimal): -97286 or 16417790. OLE color: 16417790.

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

Color convert

RGB 254 131 250 -
CMYK 0 0.48 0.02 0.00
HSL 301.95º 0.98% 0.75% -
HSV(B) 301.95º 0.48% 1% -
XYZ 66.24 44.21 95.48 -
YUV 181.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 254 131 250 0 0.48 0.02 0.00 301.95 0.98 0.75
Hex FE 83 FA 0 30 2 0 12E 62 4B
Octal 376 203 372 0 60 2 0 456 142 113
Binary 11111110 10000011 11111010 0 110000 10 0 100101110 1100010 1001011

Color Harmonies of #FE83FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83FA

Black with #FE83FA

Text Example


Text Example

White with #FE83FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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