#FC6CF0

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

Shades of Ultra Pink #FC6CF0

Tints of Ultra Pink #FC6CF0

Color information

#FC6CF0 (or 0xFC6CF0) is unknown color: approx Ultra Pink. HEX triplet: FC, 6C and F0. RGB value is (252,108,240). Sum of RGB (Red+Green+Blue) = 252+108+240=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 108 (42.58% from 255 or 18% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CF0 is #03930F. Grayscale: #A5A5A5. Windows color (decimal): -234256 or 15756540. OLE color: 15756540.

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

Color convert

RGB252108240-
CMYK00.570.050.01
HSL305º96%70.59%-
HSV(B)305º57.14%98.82%-
XYZ61.2437.7186.49-
YUV166.1169.71189.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 108 (42.58% from 255) = 18%
BLUE value IS 240 (94.14% from 255) = 40%
R=42%
G=18%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210824000.570.050.013059670.59
HexFC6CF0039511316047
Octal37415436007151461140107
Binary111111001101100111100000111001101110011000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6CF0; }

 p { color: rgb(252,108,240); }

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

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

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

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

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

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

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