#F972F8

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

Shades of Ultra Pink #F972F8

Tints of Ultra Pink #F972F8

Color information

#F972F8 (or 0xF972F8) is unknown color: approx Ultra Pink. HEX triplet: F9, 72 and F8. RGB value is (249,114,248). Sum of RGB (Red+Green+Blue) = 249+114+248=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 114 (44.92% from 255 or 18.66% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F972F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F972F8 is #068D07. Grayscale: #A9A9A9. Windows color (decimal): -429320 or 16282361. OLE color: 16282361.

HSL color Cylindrical-coordinate representation of color #F972F8: hue angle of 300.44º 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 #F972F8 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB249114248-
CMYK00.540.000.02
HSL300.44º91.84%71.18%-
HSV(B)300.44º54.22%97.65%-
XYZ62.0338.9593.06-
YUV169.64172.23184.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 114 (44.92% from 255) = 18.66%
BLUE value IS 248 (97.27% from 255) = 40.59%
R=40.75%
G=18.66%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911424800.540.000.02300.4491.8471.18
HexF972F80360212c5c47
Octal37116237006602454134107
Binary11111001111001011111000011011001010010110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972F8; }

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

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

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

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

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

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

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

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