#F96EFC

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

Shades of Ultra Pink #F96EFC

Tints of Ultra Pink #F96EFC

Color information

#F96EFC (or 0xF96EFC) is unknown color: approx Ultra Pink. HEX triplet: F9, 6E and FC. RGB value is (249,110,252). Sum of RGB (Red+Green+Blue) = 249+110+252=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 110 (43.36% from 255 or 18.00% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #F96EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EFC is #069103. Grayscale: #A7A7A7. Windows color (decimal): -430340 or 16543481. OLE color: 16543481.

HSL color Cylindrical-coordinate representation of color #F96EFC: hue angle of 298.73º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96EFC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249110252-
CMYK0.010.5600.01
HSL298.73º95.95%70.98%-
HSV(B)298.73º56.35%98.82%-
XYZ62.2138.3296.21-
YUV167.75175.55185.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 110 (43.36% from 255) = 18.00%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=40.75%
G=18.00%
B=41.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491102520.010.5600.01298.7395.9570.98
HexF96EFC1380112b6047
Octal37115637417001453140107
Binary1111100111011101111110011110000110010101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96EFC; }

 p { color: rgb(249,110,252); }

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

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

 a { background-color: rgb(249,110,252); }

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

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

 span { border-color: rgb(249,110,252); }

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