#F672BD

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

Shades of Persian Pink #F672BD

Tints of Persian Pink #F672BD

Color information

#F672BD (or 0xF672BD) is unknown color: approx Persian Pink. HEX triplet: F6, 72 and BD. RGB value is (246,114,189). Sum of RGB (Red+Green+Blue) = 246+114+189=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F672BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672BD is #098D42. Grayscale: #A1A1A1. Windows color (decimal): -625987 or 12415734. OLE color: 12415734.

HSL color Cylindrical-coordinate representation of color #F672BD: hue angle of 325.91º 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 #F672BD is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB246114189-
CMYK00.540.230.04
HSL325.91º88%70.59%-
HSV(B)325.91º53.66%96.47%-
XYZ53.2135.352.15-
YUV162.02143.23187.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.81%
GREEN value IS 114 (44.92% from 255) = 20.77%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=44.81%
G=20.77%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611418900.540.230.04325.918870.59
HexF672BD0361741465847
Octal366162275066274506130107
Binary1111011011100101011110101101101011110010100011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F672BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F672BD; }

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

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

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

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

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

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

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

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