#F273BB

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

Shades of Persian Pink #F273BB

Tints of Persian Pink #F273BB

Color information

#F273BB (or 0xF273BB) is unknown color: approx Persian Pink. HEX triplet: F2, 73 and BB. RGB value is (242,115,187). Sum of RGB (Red+Green+Blue) = 242+115+187=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F273BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273BB is #0D8C44. Grayscale: #A1A1A1. Windows color (decimal): -887877 or 12284914. OLE color: 12284914.

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

Color convert

RGB242115187-
CMYK00.520.230.05
HSL325.98º83.01%70%-
HSV(B)325.98º52.48%94.9%-
XYZ51.7234.7350.99-
YUV161.18142.58185.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 115 (45.31% from 255) = 21.14%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=44.49%
G=21.14%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211518700.520.230.05325.9883.0170
HexF273BB0341751465346
Octal362163273064275506123106
Binary1111001011100111011101101101001011110110100011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F273BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F273BB; }

 p { color: rgb(242,115,187); }

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

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

 a { background-color: rgb(242,115,187); }

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

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

 span { border-color: rgb(242,115,187); }

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