#F66BFF

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

Shades of Ultra Pink #F66BFF

Tints of Ultra Pink #F66BFF

Color information

#F66BFF (or 0xF66BFF) is unknown color: approx Ultra Pink. HEX triplet: F6, 6B and FF. RGB value is (246,107,255). Sum of RGB (Red+Green+Blue) = 246+107+255=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 107 (42.19% from 255 or 17.60% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F66BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66BFF is #099400. Grayscale: #A4A4A4. Windows color (decimal): -627713 or 16739318. OLE color: 16739318.

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

Color convert

RGB246107255-
CMYK0.040.5800
HSL296.35º100%70.98%-
HSV(B)296.35º58.04%100%-
XYZ61.3137.3398.58-
YUV165.43178.55185.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.46%
GREEN value IS 107 (42.19% from 255) = 17.60%
BLUE value IS 255 (100% from 255) = 41.94%
R=40.46%
G=17.60%
B=41.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461072550.040.5800296.3510070.98
HexF66BFF43A001286447
Octal36615337747200450144107
Binary111101101101011111111111001110100010010100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66BFF; }

 p { color: rgb(246,107,255); }

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

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

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

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

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

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

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