#F570FA

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

Shades of Ultra Pink #F570FA

Tints of Ultra Pink #F570FA

Color information

#F570FA (or 0xF570FA) is unknown color: approx Ultra Pink. HEX triplet: F5, 70 and FA. RGB value is (245,112,250). Sum of RGB (Red+Green+Blue) = 245+112+250=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 112 (44.14% from 255 or 18.45% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #F570FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F570FA is #0A8F05. Grayscale: #A7A7A7. Windows color (decimal): -691974 or 16412917. OLE color: 16412917.

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

Color convert

RGB245112250-
CMYK0.020.5500.02
HSL297.83º93.24%70.98%-
HSV(B)297.83º55.2%98.04%-
XYZ60.7137.994.56-
YUV167.5174.56183.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 112 (44.14% from 255) = 18.45%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=40.36%
G=18.45%
B=41.19%

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
Decimal2451122500.020.5500.02297.8393.2470.98
HexF570FA2370212a5d47
Octal36516037226702452135107
Binary111101011110000111110101011011101010010101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570FA; }

 p { color: rgb(245,112,250); }

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

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

 a { background-color: rgb(245,112,250); }

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

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

 span { border-color: rgb(245,112,250); }

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