#F270BB

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

Shades of Persian Pink #F270BB

Tints of Persian Pink #F270BB

Color information

#F270BB (or 0xF270BB) is unknown color: approx Persian Pink. HEX triplet: F2, 70 and BB. RGB value is (242,112,187). Sum of RGB (Red+Green+Blue) = 242+112+187=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F270BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270BB is #0D8F44. Grayscale: #9F9F9F. Windows color (decimal): -888645 or 12284146. OLE color: 12284146.

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

Color convert

RGB242112187-
CMYK00.540.230.05
HSL325.38º83.33%69.41%-
HSV(B)325.38º53.72%94.9%-
XYZ51.3834.0550.88-
YUV159.42143.57186.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 112 (44.14% from 255) = 20.70%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=44.73%
G=20.70%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211218700.540.230.05325.3883.3369.41
HexF270BB0361751455345
Octal362160273066275505123105
Binary1111001011100001011101101101101011110110100010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F270BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F270BB; }

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

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

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

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

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

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

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

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