#F86DFA

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

Shades of Ultra Pink #F86DFA

Tints of Ultra Pink #F86DFA

Color information

#F86DFA (or 0xF86DFA) is unknown color: approx Ultra Pink. HEX triplet: F8, 6D and FA. RGB value is (248,109,250). Sum of RGB (Red+Green+Blue) = 248+109+250=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 109 (42.97% from 255 or 17.96% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #F86DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86DFA is #079205. Grayscale: #A6A6A6. Windows color (decimal): -496134 or 16412152. OLE color: 16412152.

HSL color Cylindrical-coordinate representation of color #F86DFA: hue angle of 299.15º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86DFA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248109250-
CMYK0.010.5600.02
HSL299.15º93.38%70.39%-
HSV(B)299.15º56.4%98.04%-
XYZ61.4437.894.5-
YUV166.64175.05186.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 109 (42.97% from 255) = 17.96%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=40.86%
G=17.96%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2481092500.010.5600.02299.1593.3870.39
HexF86DFA1380212b5d46
Octal37015537217002453135106
Binary11111000110110111111010111100001010010101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86DFA; }

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

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

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

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

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

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

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

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