#F96FEE

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

Shades of Ultra Pink #F96FEE

Tints of Ultra Pink #F96FEE

Color information

#F96FEE (or 0xF96FEE) is unknown color: approx Ultra Pink. HEX triplet: F9, 6F and EE. RGB value is (249,111,238). Sum of RGB (Red+Green+Blue) = 249+111+238=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 111 (43.75% from 255 or 18.56% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FEE is #069011. Grayscale: #A6A6A6. Windows color (decimal): -430098 or 15626233. OLE color: 15626233.

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

Color convert

RGB249111238-
CMYK00.550.040.02
HSL304.78º92%70.59%-
HSV(B)304.78º55.42%97.65%-
XYZ60.1837.6884.99-
YUV166.74168.22186.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.64%
GREEN value IS 111 (43.75% from 255) = 18.56%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=41.64%
G=18.56%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911123800.550.040.02304.789270.59
HexF96FEE037421315c47
Octal37115735606742461134107
Binary1111100111011111110111001101111001010011000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96FEE; }

 p { color: rgb(249,111,238); }

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

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

 a { background-color: rgb(249,111,238); }

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

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

 span { border-color: rgb(249,111,238); }

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