#F86FFA

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

Shades of Ultra Pink #F86FFA

Tints of Ultra Pink #F86FFA

Color information

#F86FFA (or 0xF86FFA) is unknown color: approx Ultra Pink. HEX triplet: F8, 6F and FA. RGB value is (248,111,250). Sum of RGB (Red+Green+Blue) = 248+111+250=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 111 (43.75% from 255 or 18.23% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #F86FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86FFA is #079005. Grayscale: #A7A7A7. Windows color (decimal): -495622 or 16412664. OLE color: 16412664.

HSL color Cylindrical-coordinate representation of color #F86FFA: hue angle of 299.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 #F86FFA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248111250-
CMYK0.010.5600.02
HSL299.14º93.29%70.78%-
HSV(B)299.14º55.6%98.04%-
XYZ61.6538.2394.57-
YUV167.81174.39185.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 111 (43.75% from 255) = 18.23%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=40.72%
G=18.23%
B=41.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481112500.010.5600.02299.1493.2970.78
HexF86FFA1380212b5d47
Octal37015737217002453135107
Binary11111000110111111111010111100001010010101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86FFA; }

 p { color: rgb(248,111,250); }

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

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

 a { background-color: rgb(248,111,250); }

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

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

 span { border-color: rgb(248,111,250); }

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