#F972FE

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

Shades of Ultra Pink #F972FE

Tints of Ultra Pink #F972FE

Color information

#F972FE (or 0xF972FE) is unknown color: approx Ultra Pink. HEX triplet: F9, 72 and FE. RGB value is (249,114,254). Sum of RGB (Red+Green+Blue) = 249+114+254=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 114 (44.92% from 255 or 18.48% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #F972FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F972FE is #068D01. Grayscale: #A9A9A9. Windows color (decimal): -429314 or 16675577. OLE color: 16675577.

HSL color Cylindrical-coordinate representation of color #F972FE: hue angle of 297.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F972FE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB249114254-
CMYK0.020.5500.00
HSL297.86º98.59%72.16%-
HSV(B)297.86º55.12%99.61%-
XYZ62.9739.3398.04-
YUV170.32175.23184.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 114 (44.92% from 255) = 18.48%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=40.36%
G=18.48%
B=41.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491142540.020.5500.00297.8698.5972.16
HexF972FE2370012a6348
Octal37116237626700452143110
Binary11111001111001011111110101101110010010101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972FE; }

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

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

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

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

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

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

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

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