Html Css Color HEX #FF83FE Fuchsia Pink

📋 copy color: '#FF83FE'

red 255 ◦ green 131 ◦ blue 254

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

Shades of Fuchsia Pink #FF83FE

Tints of Fuchsia Pink #FF83FE

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FF83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83FE

Black with #FF83FE

Text Example


Text Example

White with #FF83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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