#F16CFC

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

Shades of Ultra Pink #F16CFC

Tints of Ultra Pink #F16CFC

Color information

#F16CFC (or 0xF16CFC) is unknown color: approx Ultra Pink. HEX triplet: F1, 6C and FC. RGB value is (241,108,252). Sum of RGB (Red+Green+Blue) = 241+108+252=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 108 (42.58% from 255 or 17.97% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #F16CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CFC is #0E9303. Grayscale: #A3A3A3. Windows color (decimal): -955140 or 16542961. OLE color: 16542961.

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

Color convert

RGB241108252-
CMYK0.040.5700.01
HSL295.42º96%70.59%-
HSV(B)295.42º57.14%98.82%-
XYZ59.2136.4596.01-
YUV164.18177.56182.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 108 (42.58% from 255) = 17.97%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=40.10%
G=17.97%
B=41.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411082520.040.5700.01295.429670.59
HexF16CFC439011276047
Octal36115437447101447140107
Binary111100011101100111111001001110010110010011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16CFC; }

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

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

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

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

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

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

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

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