Html Css Color HEX #FC8CFC Fuchsia Pink

📋 copy color: '#FC8CFC'

red 252 ◦ green 140 ◦ blue 252

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

Shades of Fuchsia Pink #FC8CFC

Tints of Fuchsia Pink #FC8CFC

RGB

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

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

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

R = 39.13%
G = 21.74%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC8CFC (or 0xFC8CFC) is known color: Fuchsia Pink. HEX triplet: FC, 8C and FC. RGB value is (252,140,252). Sum of RGB (Red+Green+Blue) = 252+140+252=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 140 (55.08% from 255 or 21.74% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CFC is #037303. Grayscale: #B9B9B9. Windows color (decimal): -226052 or 16551164. OLE color: 16551164.

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

Color convert

RGB 252 140 252 -
CMYK 0 0.44 0 0.01
HSL 300º 0.95% 0.77% -
HSV(B) 300º 0.44% 0.99% -
XYZ 67.09 46.48 97.53 -
YUV 186.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 252 140 252 0 0.44 0 0.01 300 0.95 0.77
Hex FC 8C FC 0 2C 0 1 12C 5F 4D
Octal 374 214 374 0 54 0 1 454 137 115
Binary 11111100 10001100 11111100 0 101100 0 1 100101100 1011111 1001101

Color Harmonies of #FC8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CFC

Black with #FC8CFC

Text Example


Text Example

White with #FC8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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