#FC6EF5

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

Shades of Ultra Pink #FC6EF5

Tints of Ultra Pink #FC6EF5

Color information

#FC6EF5 (or 0xFC6EF5) is unknown color: approx Ultra Pink. HEX triplet: FC, 6E and F5. RGB value is (252,110,245). Sum of RGB (Red+Green+Blue) = 252+110+245=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 110 (43.36% from 255 or 18.12% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6EF5 is #03910A. Grayscale: #A7A7A7. Windows color (decimal): -233739 or 16084732. OLE color: 16084732.

HSL color Cylindrical-coordinate representation of color #FC6EF5: hue angle of 302.96º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6EF5 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252110245-
CMYK00.560.030.01
HSL302.96º95.95%70.98%-
HSV(B)302.96º56.35%98.82%-
XYZ62.238.4490.53-
YUV167.85171.54188.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 110 (43.36% from 255) = 18.12%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=41.52%
G=18.12%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211024500.560.030.01302.9695.9570.98
HexFC6EF50383112f6047
Octal37415636507031457140107
Binary11111100110111011110101011100011110010111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6EF5; }

 p { color: rgb(252,110,245); }

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

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

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

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

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

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

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