#F571F9

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

Shades of Ultra Pink #F571F9

Tints of Ultra Pink #F571F9

Color information

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

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

Color convert

RGB245113249-
CMYK0.020.5500.02
HSL298.24º91.89%70.98%-
HSV(B)298.24º54.62%97.65%-
XYZ60.6638.0693.77-
YUV167.97173.73182.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451132490.020.5500.02298.2491.8970.98
HexF571F92370212a5c47
Octal36516137126702452134107
Binary111101011110001111110011011011101010010101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571F9; }

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

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

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

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

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

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

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

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