#F672BA

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

Shades of Persian Pink #F672BA

Tints of Persian Pink #F672BA

Color information

#F672BA (or 0xF672BA) is unknown color: approx Persian Pink. HEX triplet: F6, 72 and BA. RGB value is (246,114,186). Sum of RGB (Red+Green+Blue) = 246+114+186=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F672BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672BA is #098D45. Grayscale: #A1A1A1. Windows color (decimal): -625990 or 12219126. OLE color: 12219126.

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

Color convert

RGB246114186-
CMYK00.540.240.04
HSL327.27º88%70.59%-
HSV(B)327.27º53.66%96.47%-
XYZ52.8935.1750.46-
YUV161.68141.73188.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.05%
GREEN value IS 114 (44.92% from 255) = 20.88%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=45.05%
G=20.88%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611418600.540.240.04327.278870.59
HexF672BA0361841475847
Octal366162272066304507130107
Binary1111011011100101011101001101101100010010100011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F672BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F672BA; }

 p { color: rgb(246,114,186); }

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

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

 a { background-color: rgb(246,114,186); }

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

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

 span { border-color: rgb(246,114,186); }

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