Html Css Color HEX #FF83FC Fuchsia Pink

📋 copy color: '#FF83FC'

red 255 ◦ green 131 ◦ blue 252

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

Shades of Fuchsia Pink #FF83FC

Tints of Fuchsia Pink #FF83FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.5%

R = 39.97%
G = 20.53%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF83FC (or 0xFF83FC) is known color: Fuchsia Pink. HEX triplet: FF, 83 and FC. RGB value is (255,131,252). Sum of RGB (Red+Green+Blue) = 255+131+252=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 131 (51.56% from 255 or 20.53% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83FC is #007C03. Grayscale: #B5B5B5. Windows color (decimal): -31748 or 16548863. OLE color: 16548863.

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

Color convert

RGB 255 131 252 -
CMYK 0 0.49 0.01 0
HSL 301.45º 1% 0.76% -
HSV(B) 301.45º 0.49% 1% -
XYZ 66.93 44.52 97.16 -
YUV 181.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 255 131 252 0 0.49 0.01 0 301.45 1 0.76
Hex FF 83 FC 0 31 1 0 12D 64 4C
Octal 377 203 374 0 61 1 0 455 144 114
Binary 11111111 10000011 11111100 0 110001 1 0 100101101 1100100 1001100

Color Harmonies of #FF83FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83FC

Black with #FF83FC

Text Example


Text Example

White with #FF83FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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