#F96CFC

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

Shades of Ultra Pink #F96CFC

Tints of Ultra Pink #F96CFC

Color information

#F96CFC (or 0xF96CFC) is unknown color: approx Ultra Pink. HEX triplet: F9, 6C and FC. RGB value is (249,108,252). Sum of RGB (Red+Green+Blue) = 249+108+252=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 108 (42.58% from 255 or 17.73% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #F96CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CFC is #069303. Grayscale: #A6A6A6. Windows color (decimal): -430852 or 16542969. OLE color: 16542969.

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

Color convert

RGB249108252-
CMYK0.010.5700.01
HSL298.75º96%70.59%-
HSV(B)298.75º57.14%98.82%-
XYZ6237.8996.14-
YUV166.58176.21186.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 108 (42.58% from 255) = 17.73%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=40.89%
G=17.73%
B=41.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491082520.010.5700.01298.759670.59
HexF96CFC1390112b6047
Octal37115437417101453140107
Binary1111100111011001111110011110010110010101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96CFC; }

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

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

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

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

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

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

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

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