Html Css Color HEX #FC8DFF Fuchsia Pink

📋 copy color: '#FC8DFF'

red 252 ◦ green 141 ◦ blue 255

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

Shades of Fuchsia Pink #FC8DFF

Tints of Fuchsia Pink #FC8DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 21.76%

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

R = 38.89%
G = 21.76%
B = 39.35%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC8DFF (or 0xFC8DFF) is known color: Fuchsia Pink. HEX triplet: FC, 8D and FF. RGB value is (252,141,255). Sum of RGB (Red+Green+Blue) = 252+141+255=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 141 (55.47% from 255 or 21.76% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DFF is #037200. Grayscale: #BABABA. Windows color (decimal): -225793 or 16748028. OLE color: 16748028.

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

Color convert

RGB 252 141 255 -
CMYK 0.01 0.45 0 0
HSL 298.42º 1% 0.78% -
HSV(B) 298.42º 0.45% 1% -
XYZ 67.72 46.97 100.1 -
YUV 187.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 252 141 255 0.01 0.45 0 0 298.42 1 0.78
Hex FC 8D FF 1 2D 0 0 12A 64 4E
Octal 374 215 377 1 55 0 0 452 144 116
Binary 11111100 10001101 11111111 1 101101 0 0 100101010 1100100 1001110

Color Harmonies of #FC8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DFF

Black with #FC8DFF

Text Example


Text Example

White with #FC8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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