#FC6BF9

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

Shades of Ultra Pink #FC6BF9

Tints of Ultra Pink #FC6BF9

Color information

#FC6BF9 (or 0xFC6BF9) is unknown color: approx Ultra Pink. HEX triplet: FC, 6B and F9. RGB value is (252,107,249). Sum of RGB (Red+Green+Blue) = 252+107+249=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 107 (42.19% from 255 or 17.60% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BF9 is #039406. Grayscale: #A6A6A6. Windows color (decimal): -234503 or 16346108. OLE color: 16346108.

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

Color convert

RGB252107249-
CMYK00.580.010.01
HSL301.24º96.03%70.39%-
HSV(B)301.24º57.54%98.82%-
XYZ62.538.0593.67-
YUV166.54174.54188.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 107 (42.19% from 255) = 17.60%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=41.45%
G=17.60%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210724900.580.010.01301.2496.0370.39
HexFC6BF903A1112d6046
Octal37415337107211455140106
Binary1111110011010111111100101110101110010110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6BF9; }

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

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

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

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

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

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

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

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