#F972F9

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

Shades of Ultra Pink #F972F9

Tints of Ultra Pink #F972F9

Color information

#F972F9 (or 0xF972F9) is unknown color: approx Ultra Pink. HEX triplet: F9, 72 and F9. RGB value is (249,114,249). Sum of RGB (Red+Green+Blue) = 249+114+249=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 114 (44.92% from 255 or 18.63% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F972F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F972F9 is #068D06. Grayscale: #A9A9A9. Windows color (decimal): -429319 or 16347897. OLE color: 16347897.

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

Color convert

RGB249114249-
CMYK00.5400.02
HSL300º91.84%71.18%-
HSV(B)300º54.22%97.65%-
XYZ62.1839.0193.88-
YUV169.75172.73184.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 114 (44.92% from 255) = 18.63%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=40.69%
G=18.63%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911424900.5400.0230091.8471.18
HexF972F90360212c5c47
Octal37116237106602454134107
Binary11111001111001011111001011011001010010110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972F9; }

 p { color: rgb(249,114,249); }

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

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

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

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

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

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

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