Html Css Color HEX #FC8CFF Fuchsia Pink

📋 copy color: '#FC8CFF'

red 252 ◦ green 140 ◦ blue 255

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

Shades of Fuchsia Pink #FC8CFF

Tints of Fuchsia Pink #FC8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.64%

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

R = 38.95%
G = 21.64%
B = 39.41%

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

#FC8CFF (or 0xFC8CFF) is known color: Fuchsia Pink. HEX triplet: FC, 8C and FF. RGB value is (252,140,255). Sum of RGB (Red+Green+Blue) = 252+140+255=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 140 (55.08% from 255 or 21.64% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CFF is #037300. Grayscale: #BABABA. Windows color (decimal): -226049 or 16747772. OLE color: 16747772.

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

Color convert

RGB 252 140 255 -
CMYK 0.01 0.45 0 0
HSL 298.43º 1% 0.77% -
HSV(B) 298.43º 0.45% 1% -
XYZ 67.57 46.67 100.05 -
YUV 186.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 252 140 255 0.01 0.45 0 0 298.43 1 0.77
Hex FC 8C FF 1 2D 0 0 12A 64 4D
Octal 374 214 377 1 55 0 0 452 144 115
Binary 11111100 10001100 11111111 1 101101 0 0 100101010 1100100 1001101

Color Harmonies of #FC8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CFF

Black with #FC8CFF

Text Example


Text Example

White with #FC8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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