#FC92FF

Color #FC92FF Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FC92FF

Tints of Fuchsia Pink #FC92FF

Color information

#FC92FF (or 0xFC92FF) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 92 and FF. RGB value is (252,146,255). Sum of RGB (Red+Green+Blue) = 252+146+255=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 146 (57.42% from 255 or 22.36% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC92FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC92FF is #036D00. Grayscale: #BDBDBD. Windows color (decimal): -224513 or 16749308. OLE color: 16749308.

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

Color convert

RGB252146255-
CMYK0.010.4300
HSL298.35º100%78.63%-
HSV(B)298.35º42.75%100%-
XYZ68.4748.47100.36-
YUV190.12164.62172.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 146 (57.42% from 255) = 22.36%
BLUE value IS 255 (100% from 255) = 39.05%
R=38.59%
G=22.36%
B=39.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521462550.010.4300298.3510078.63
HexFC92FF12B0012a644f
Octal37422237715300452144117
Binary11111100100100101111111111010110010010101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC92FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC92FF; }

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

 H1.HeaderClassName
 {
   color: #FC92FF;
 }
 .AnyTagClassName
 {
   color: #FC92FF;
 }
</style>
background-color css

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

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

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

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

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

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