#F574B7

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

Shades of Persian Pink #F574B7

Tints of Persian Pink #F574B7

Color information

#F574B7 (or 0xF574B7) is unknown color: approx Persian Pink. HEX triplet: F5, 74 and B7. RGB value is (245,116,183). Sum of RGB (Red+Green+Blue) = 245+116+183=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F574B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574B7 is #0A8B48. Grayscale: #A2A2A2. Windows color (decimal): -691017 or 12023029. OLE color: 12023029.

HSL color Cylindrical-coordinate representation of color #F574B7: hue angle of 328.84º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574B7 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB245116183-
CMYK00.530.250.04
HSL328.84º86.58%70.78%-
HSV(B)328.84º52.65%96.08%-
XYZ52.4535.3248.85-
YUV162.21139.74187.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 116 (45.70% from 255) = 21.32%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=45.04%
G=21.32%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511618300.530.250.04328.8486.5870.78
HexF574B70351941495747
Octal365164267065314511127107
Binary1111010111101001011011101101011100110010100100110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F574B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F574B7; }

 p { color: rgb(245,116,183); }

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

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

 a { background-color: rgb(245,116,183); }

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

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

 span { border-color: rgb(245,116,183); }

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