#F272BA

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

Shades of Persian Pink #F272BA

Tints of Persian Pink #F272BA

Color information

#F272BA (or 0xF272BA) is unknown color: approx Persian Pink. HEX triplet: F2, 72 and BA. RGB value is (242,114,186). Sum of RGB (Red+Green+Blue) = 242+114+186=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F272BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272BA is #0D8D45. Grayscale: #A0A0A0. Windows color (decimal): -888134 or 12219122. OLE color: 12219122.

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

Color convert

RGB242114186-
CMYK00.530.230.05
HSL326.25º83.12%69.8%-
HSV(B)326.25º52.89%94.9%-
XYZ51.534.4650.39-
YUV160.48142.41186.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.65%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=44.65%
G=21.03%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211418600.530.230.05326.2583.1269.8
HexF272BA0351751465346
Octal362162272065275506123106
Binary1111001011100101011101001101011011110110100011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F272BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F272BA; }

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

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

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

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

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

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

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

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