#F971FE

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

Shades of Ultra Pink #F971FE

Tints of Ultra Pink #F971FE

Color information

#F971FE (or 0xF971FE) is unknown color: approx Ultra Pink. HEX triplet: F9, 71 and FE. RGB value is (249,113,254). Sum of RGB (Red+Green+Blue) = 249+113+254=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 113 (44.53% from 255 or 18.34% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #F971FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F971FE is #068E01. Grayscale: #A9A9A9. Windows color (decimal): -429570 or 16675321. OLE color: 16675321.

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

Color convert

RGB249113254-
CMYK0.020.5600.00
HSL297.87º98.6%71.96%-
HSV(B)297.87º55.51%99.61%-
XYZ62.8639.1198-
YUV169.74175.56184.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 113 (44.53% from 255) = 18.34%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=40.42%
G=18.34%
B=41.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491132540.020.5600.00297.8798.671.96
HexF971FE2380012a6348
Octal37116137627000452143110
Binary11111001111000111111110101110000010010101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F971FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F971FE; }

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

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

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

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

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

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

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

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