Html Css Color HEX #FC8FFF Fuchsia Pink

📋 copy color: '#FC8FFF'

red 252 ◦ green 143 ◦ blue 255

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

Shades of Fuchsia Pink #FC8FFF

Tints of Fuchsia Pink #FC8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22%

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

R = 38.77%
G = 22%
B = 39.23%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC8FFF (or 0xFC8FFF) is known color: Fuchsia Pink. HEX triplet: FC, 8F and FF. RGB value is (252,143,255). Sum of RGB (Red+Green+Blue) = 252+143+255=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 143 (56.25% from 255 or 22% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC8FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FFF is #037000. Grayscale: #BCBCBC. Windows color (decimal): -225281 or 16748540. OLE color: 16748540.

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

Color convert

RGB 252 143 255 -
CMYK 0.01 0.44 0 0
HSL 298.39º 1% 0.78% -
HSV(B) 298.39º 0.44% 1% -
XYZ 68.02 47.56 100.2 -
YUV 188.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 252 143 255 0.01 0.44 0 0 298.39 1 0.78
Hex FC 8F FF 1 2C 0 0 12A 64 4E
Octal 374 217 377 1 54 0 0 452 144 116
Binary 11111100 10001111 11111111 1 101100 0 0 100101010 1100100 1001110

Color Harmonies of #FC8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FFF

Black with #FC8FFF

Text Example


Text Example

White with #FC8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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