Html Css Color HEX #FC84FF Fuchsia Pink

📋 copy color: '#FC84FF'

red 252 ◦ green 132 ◦ blue 255

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

Shades of Fuchsia Pink #FC84FF

Tints of Fuchsia Pink #FC84FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 20.66%

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

R = 39.44%
G = 20.66%
B = 39.91%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC84FF (or 0xFC84FF) is known color: Fuchsia Pink. HEX triplet: FC, 84 and FF. RGB value is (252,132,255). Sum of RGB (Red+Green+Blue) = 252+132+255=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 132 (51.95% from 255 or 20.66% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC84FF is #037B00. Grayscale: #B5B5B5. Windows color (decimal): -228097 or 16745724. OLE color: 16745724.

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

Color convert

RGB 252 132 255 -
CMYK 0.01 0.48 0 0
HSL 298.54º 1% 0.76% -
HSV(B) 298.54º 0.48% 1% -
XYZ 66.45 44.42 99.68 -
YUV 181.9 169.26 178 -
System Red Green Blue C M Y K H S L
Decimal 252 132 255 0.01 0.48 0 0 298.54 1 0.76
Hex FC 84 FF 1 30 0 0 12B 64 4C
Octal 374 204 377 1 60 0 0 453 144 114
Binary 11111100 10000100 11111111 1 110000 0 0 100101011 1100100 1001100

Color Harmonies of #FC84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC84FF

Black with #FC84FF

Text Example


Text Example

White with #FC84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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