#F06BF3

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

Shades of Ultra Pink #F06BF3

Tints of Ultra Pink #F06BF3

Color information

#F06BF3 (or 0xF06BF3) is unknown color: approx Ultra Pink. HEX triplet: F0, 6B and F3. RGB value is (240,107,243). Sum of RGB (Red+Green+Blue) = 240+107+243=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 107 (42.19% from 255 or 18.14% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #F06BF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BF3 is #0F940C. Grayscale: #A1A1A1. Windows color (decimal): -1020941 or 15952880. OLE color: 15952880.

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

Color convert

RGB240107243-
CMYK0.010.5600.05
HSL298.68º85%68.63%-
HSV(B)298.68º55.97%95.29%-
XYZ57.3735.5188.62-
YUV162.27173.56183.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 107 (42.19% from 255) = 18.14%
BLUE value IS 243 (95.31% from 255) = 41.19%
R=40.68%
G=18.14%
B=41.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401072430.010.5600.05298.688568.63
HexF06BF31380512b5545
Octal36015336317005453125105
Binary111100001101011111100111111000010110010101110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06BF3; }

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

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

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

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

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

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

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

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