#F96CF3

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

Shades of Ultra Pink #F96CF3

Tints of Ultra Pink #F96CF3

Color information

#F96CF3 (or 0xF96CF3) is unknown color: approx Ultra Pink. HEX triplet: F9, 6C and F3. RGB value is (249,108,243). Sum of RGB (Red+Green+Blue) = 249+108+243=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 108 (42.58% from 255 or 18% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CF3 is #06930C. Grayscale: #A5A5A5. Windows color (decimal): -430861 or 15953145. OLE color: 15953145.

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

Color convert

RGB249108243-
CMYK00.570.020.02
HSL302.55º92.16%70%-
HSV(B)302.55º56.63%97.65%-
XYZ60.6137.3488.81-
YUV165.55171.71187.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.5%
GREEN value IS 108 (42.58% from 255) = 18%
BLUE value IS 243 (95.31% from 255) = 40.5%
R=41.5%
G=18%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910824300.570.020.02302.5592.1670
HexF96CF30392212f5c46
Octal37115436307122457134106
Binary111110011101100111100110111001101010010111110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96CF3; }

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

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

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

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

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

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

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

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