#F16BF1

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

Shades of Ultra Pink #F16BF1

Tints of Ultra Pink #F16BF1

Color information

#F16BF1 (or 0xF16BF1) is unknown color: approx Ultra Pink. HEX triplet: F1, 6B and F1. RGB value is (241,107,241). Sum of RGB (Red+Green+Blue) = 241+107+241=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 107 (42.19% from 255 or 18.17% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F16BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16BF1 is #0E940E. Grayscale: #A1A1A1. Windows color (decimal): -955407 or 15821809. OLE color: 15821809.

HSL color Cylindrical-coordinate representation of color #F16BF1: hue angle of 300º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BF1 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241107241-
CMYK00.5600.05
HSL300º82.72%68.24%-
HSV(B)300º55.6%94.51%-
XYZ57.4135.5787.06-
YUV162.34172.39184.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 107 (42.19% from 255) = 18.17%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=40.92%
G=18.17%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110724100.5600.0530082.7268.24
HexF16BF10380512c5344
Octal36115336107005454123104
Binary111100011101011111100010111000010110010110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16BF1; }

 p { color: rgb(241,107,241); }

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

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

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

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

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

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

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