Html Css Color HEX #FC85FF Fuchsia Pink

📋 copy color: '#FC85FF'

red 252 ◦ green 133 ◦ blue 255

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

Shades of Fuchsia Pink #FC85FF

Tints of Fuchsia Pink #FC85FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 20.78%

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

R = 39.38%
G = 20.78%
B = 39.84%

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

#FC85FF (or 0xFC85FF) is known color: Fuchsia Pink. HEX triplet: FC, 85 and FF. RGB value is (252,133,255). Sum of RGB (Red+Green+Blue) = 252+133+255=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 133 (52.34% from 255 or 20.78% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85FF is #037A00. Grayscale: #B6B6B6. Windows color (decimal): -227841 or 16745980. OLE color: 16745980.

HSL color Cylindrical-coordinate representation of color #FC85FF: hue angle of 298.52º 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 #FC85FF is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 133 255 -
CMYK 0.01 0.48 0 0
HSL 298.52º 1% 0.76% -
HSV(B) 298.52º 0.48% 1% -
XYZ 66.58 44.69 99.72 -
YUV 182.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 252 133 255 0.01 0.48 0 0 298.52 1 0.76
Hex FC 85 FF 1 30 0 0 12B 64 4C
Octal 374 205 377 1 60 0 0 453 144 114
Binary 11111100 10000101 11111111 1 110000 0 0 100101011 1100100 1001100

Color Harmonies of #FC85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85FF

Black with #FC85FF

Text Example


Text Example

White with #FC85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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