#F06BF1

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

Shades of Ultra Pink #F06BF1

Tints of Ultra Pink #F06BF1

Color information

#F06BF1 (or 0xF06BF1) is unknown color: approx Ultra Pink. HEX triplet: F0, 6B and F1. RGB value is (240,107,241). Sum of RGB (Red+Green+Blue) = 240+107+241=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 107 (42.19% from 255 or 18.20% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #F06BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BF1 is #0F940E. Grayscale: #A1A1A1. Windows color (decimal): -1020943 or 15821808. OLE color: 15821808.

HSL color Cylindrical-coordinate representation of color #F06BF1: hue angle of 299.55º 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 #F06BF1 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240107241-
CMYK0.000.5600.05
HSL299.55º82.72%68.24%-
HSV(B)299.55º55.6%94.51%-
XYZ57.0735.3987.04-
YUV162.04172.56183.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.82%
GREEN value IS 107 (42.19% from 255) = 18.20%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=40.82%
G=18.20%
B=40.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401072410.000.5600.05299.5582.7268.24
HexF06BF10380512c5344
Octal36015336107005454123104
Binary111100001101011111100010111000010110010110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06BF1; }

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

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

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

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

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

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

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

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