#F978BE

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

Shades of Persian Pink #F978BE

Tints of Persian Pink #F978BE

Color information

#F978BE (or 0xF978BE) is unknown color: approx Persian Pink. HEX triplet: F9, 78 and BE. RGB value is (249,120,190). Sum of RGB (Red+Green+Blue) = 249+120+190=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F978BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978BE is #068741. Grayscale: #A6A6A6. Windows color (decimal): -427842 or 12482809. OLE color: 12482809.

HSL color Cylindrical-coordinate representation of color #F978BE: hue angle of 327.44º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978BE is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249120190-
CMYK00.520.240.02
HSL327.44º91.49%72.35%-
HSV(B)327.44º51.81%97.65%-
XYZ55.0837.2953.01-
YUV166.55141.24186.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 120 (47.27% from 255) = 21.47%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=44.54%
G=21.47%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912019000.520.240.02327.4491.4972.35
HexF978BE0341821475b48
Octal371170276064302507133110
Binary111110011111000101111100110100110001010100011110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F978BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F978BE; }

 p { color: rgb(249,120,190); }

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

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

 a { background-color: rgb(249,120,190); }

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

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

 span { border-color: rgb(249,120,190); }

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