#F971FB

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

Shades of Ultra Pink #F971FB

Tints of Ultra Pink #F971FB

Color information

#F971FB (or 0xF971FB) is unknown color: approx Ultra Pink. HEX triplet: F9, 71 and FB. RGB value is (249,113,251). Sum of RGB (Red+Green+Blue) = 249+113+251=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 113 (44.53% from 255 or 18.43% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #F971FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F971FB is #068E04. Grayscale: #A8A8A8. Windows color (decimal): -429573 or 16478713. OLE color: 16478713.

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

Color convert

RGB249113251-
CMYK0.010.5500.02
HSL299.13º94.52%71.37%-
HSV(B)299.13º54.98%98.43%-
XYZ62.3838.9295.49-
YUV169.4174.06184.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 113 (44.53% from 255) = 18.43%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=40.62%
G=18.43%
B=40.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491132510.010.5500.02299.1394.5271.37
HexF971FB1370212b5f47
Octal37116137316702453137107
Binary11111001111000111111011111011101010010101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F971FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F971FB; }

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

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

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

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

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

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

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

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