#F971F5

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

Shades of Ultra Pink #F971F5

Tints of Ultra Pink #F971F5

Color information

#F971F5 (or 0xF971F5) is unknown color: approx Ultra Pink. HEX triplet: F9, 71 and F5. RGB value is (249,113,245). Sum of RGB (Red+Green+Blue) = 249+113+245=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 113 (44.53% from 255 or 18.62% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F971F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F971F5 is #068E0A. Grayscale: #A8A8A8. Windows color (decimal): -429579 or 16085497. OLE color: 16085497.

HSL color Cylindrical-coordinate representation of color #F971F5: hue angle of 301.76º degrees, saturation: 0.92, 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 #F971F5 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249113245-
CMYK00.550.020.02
HSL301.76º91.89%70.98%-
HSV(B)301.76º54.62%97.65%-
XYZ61.4538.5490.59-
YUV168.71171.06185.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 113 (44.53% from 255) = 18.62%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=41.02%
G=18.62%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911324500.550.020.02301.7691.8970.98
HexF971F50372212e5c47
Octal37116136506722456134107
Binary111110011110001111101010110111101010010111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F971F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F971F5; }

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

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

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

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

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

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

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

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