#F572BD

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

Shades of Persian Pink #F572BD

Tints of Persian Pink #F572BD

Color information

#F572BD (or 0xF572BD) is unknown color: approx Persian Pink. HEX triplet: F5, 72 and BD. RGB value is (245,114,189). Sum of RGB (Red+Green+Blue) = 245+114+189=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F572BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572BD is #0A8D42. Grayscale: #A1A1A1. Windows color (decimal): -691523 or 12415733. OLE color: 12415733.

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

Color convert

RGB245114189-
CMYK00.530.230.04
HSL325.65º86.75%70.39%-
HSV(B)325.65º53.47%96.08%-
XYZ52.8635.1252.14-
YUV161.72143.4187.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 114 (44.92% from 255) = 20.80%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=44.71%
G=20.80%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511418900.530.230.04325.6586.7570.39
HexF572BD0351741465746
Octal365162275065274506127106
Binary1111010111100101011110101101011011110010100011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572BD; }

 p { color: rgb(245,114,189); }

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

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

 a { background-color: rgb(245,114,189); }

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

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

 span { border-color: rgb(245,114,189); }

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