#f16efa

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

Shades of Ultra Pink #F16EFA

Tints of Ultra Pink #F16EFA

Color information

#F16EFA (or 0xF16EFA) is unknown color: approx Ultra Pink. HEX triplet: F1, 6E and FA. RGB value is (241,110,250). Sum of RGB (Red+Green+Blue) = 241+110+250=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 110 (43.36% from 255 or 18.30% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #F16EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EFA is #0E9105. Grayscale: #A4A4A4. Windows color (decimal): -954630 or 16412401. OLE color: 16412401.

HSL color Cylindrical-coordinate representation of color #F16EFA: hue angle of 296.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16EFA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241110250-
CMYK0.040.5600.02
HSL296.14º93.33%70.59%-
HSV(B)296.14º56%98.04%-
XYZ59.1136.7594.42-
YUV165.13175.9182.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 110 (43.36% from 255) = 18.30%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=40.10%
G=18.30%
B=41.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411102500.040.5600.02296.1493.3370.59
HexF16EFA438021285d47
Octal36115637247002450135107
Binary1111000111011101111101010011100001010010100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f16efa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f16efa; }

 p { color: rgb(241,110,250); }

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

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

 a { background-color: rgb(241,110,250); }

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

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

 span { border-color: rgb(241,110,250); }

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