#F874BA

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

Shades of Persian Pink #F874BA

Tints of Persian Pink #F874BA

Color information

#F874BA (or 0xF874BA) is unknown color: approx Persian Pink. HEX triplet: F8, 74 and BA. RGB value is (248,116,186). Sum of RGB (Red+Green+Blue) = 248+116+186=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F874BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874BA is #078B45. Grayscale: #A3A3A3. Windows color (decimal): -494406 or 12219640. OLE color: 12219640.

HSL color Cylindrical-coordinate representation of color #F874BA: hue angle of 328.18º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874BA is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248116186-
CMYK00.530.250.03
HSL328.18º90.41%71.37%-
HSV(B)328.18º53.23%97.25%-
XYZ53.8235.9950.56-
YUV163.45140.73188.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.09%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=45.09%
G=21.09%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811618600.530.250.03328.1890.4171.37
HexF874BA0351931485a47
Octal370164272065313510132107
Binary111110001110100101110100110101110011110100100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F874BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F874BA; }

 p { color: rgb(248,116,186); }

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

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

 a { background-color: rgb(248,116,186); }

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

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

 span { border-color: rgb(248,116,186); }

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