Html Css Color HEX #FC83FF Fuchsia Pink

📋 copy color: '#FC83FF'

red 252 ◦ green 131 ◦ blue 255

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

Shades of Fuchsia Pink #FC83FF

Tints of Fuchsia Pink #FC83FF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC83FF (or 0xFC83FF) is known color: Fuchsia Pink. HEX triplet: FC, 83 and FF. RGB value is (252,131,255). Sum of RGB (Red+Green+Blue) = 252+131+255=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 131 (51.56% from 255 or 20.53% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83FF is #037C00. Grayscale: #B4B4B4. Windows color (decimal): -228353 or 16745468. OLE color: 16745468.

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

Color convert

RGB 252 131 255 -
CMYK 0.01 0.49 0 0
HSL 298.55º 1% 0.76% -
HSV(B) 298.55º 0.49% 1% -
XYZ 66.31 44.15 99.63 -
YUV 181.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 252 131 255 0.01 0.49 0 0 298.55 1 0.76
Hex FC 83 FF 1 31 0 0 12B 64 4C
Octal 374 203 377 1 61 0 0 453 144 114
Binary 11111100 10000011 11111111 1 110001 0 0 100101011 1100100 1001100

Color Harmonies of #FC83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83FF

Black with #FC83FF

Text Example


Text Example

White with #FC83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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