#F279BE

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

Shades of Persian Pink #F279BE

Tints of Persian Pink #F279BE

Color information

#F279BE (or 0xF279BE) is unknown color: approx Persian Pink. HEX triplet: F2, 79 and BE. RGB value is (242,121,190). Sum of RGB (Red+Green+Blue) = 242+121+190=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F279BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279BE is #0D8641. Grayscale: #A4A4A4. Windows color (decimal): -886338 or 12483058. OLE color: 12483058.

HSL color Cylindrical-coordinate representation of color #F279BE: hue angle of 325.79º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279BE is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242121190-
CMYK00.500.210.05
HSL325.79º82.31%71.18%-
HSV(B)325.79º50%94.9%-
XYZ52.7536.2752.94-
YUV165.04142.09182.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 121 (47.66% from 255) = 21.88%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=43.76%
G=21.88%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212119000.500.210.05325.7982.3171.18
HexF279BE0321551465247
Octal362171276062255506122107
Binary1111001011110011011111001100101010110110100011010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F279BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F279BE; }

 p { color: rgb(242,121,190); }

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

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

 a { background-color: rgb(242,121,190); }

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

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

 span { border-color: rgb(242,121,190); }

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