#FC6BF2

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

Shades of Ultra Pink #FC6BF2

Tints of Ultra Pink #FC6BF2

Color information

#FC6BF2 (or 0xFC6BF2) is unknown color: approx Ultra Pink. HEX triplet: FC, 6B and F2. RGB value is (252,107,242). Sum of RGB (Red+Green+Blue) = 252+107+242=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 107 (42.19% from 255 or 17.80% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BF2 is #03940D. Grayscale: #A5A5A5. Windows color (decimal): -234510 or 15887356. OLE color: 15887356.

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

Color convert

RGB252107242-
CMYK00.580.040.01
HSL304.14º96.03%70.39%-
HSV(B)304.14º57.54%98.82%-
XYZ61.4337.6288.03-
YUV165.74171.04189.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 107 (42.19% from 255) = 17.80%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=41.93%
G=17.80%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210724200.580.040.01304.1496.0370.39
HexFC6BF203A411306046
Octal37415336207241460140106
Binary111111001101011111100100111010100110011000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6BF2; }

 p { color: rgb(252,107,242); }

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

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

 a { background-color: rgb(252,107,242); }

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

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

 span { border-color: rgb(252,107,242); }

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