#F272B7

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

Shades of Persian Pink #F272B7

Tints of Persian Pink #F272B7

Color information

#F272B7 (or 0xF272B7) is unknown color: approx Persian Pink. HEX triplet: F2, 72 and B7. RGB value is (242,114,183). Sum of RGB (Red+Green+Blue) = 242+114+183=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F272B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272B7 is #0D8D48. Grayscale: #9F9F9F. Windows color (decimal): -888137 or 12022514. OLE color: 12022514.

HSL color Cylindrical-coordinate representation of color #F272B7: hue angle of 327.66º 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 #F272B7 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242114183-
CMYK00.530.240.05
HSL327.66º83.12%69.8%-
HSV(B)327.66º52.89%94.9%-
XYZ51.1834.3348.73-
YUV160.14140.91186.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 114 (44.92% from 255) = 21.15%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=44.90%
G=21.15%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211418300.530.240.05327.6683.1269.8
HexF272B70351851485346
Octal362162267065305510123106
Binary1111001011100101011011101101011100010110100100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F272B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F272B7; }

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

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

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

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

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

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

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

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