#F974BE

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

Shades of Persian Pink #F974BE

Tints of Persian Pink #F974BE

Color information

#F974BE (or 0xF974BE) is unknown color: approx Persian Pink. HEX triplet: F9, 74 and BE. RGB value is (249,116,190). Sum of RGB (Red+Green+Blue) = 249+116+190=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F974BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974BE is #068B41. Grayscale: #A4A4A4. Windows color (decimal): -428866 or 12481785. OLE color: 12481785.

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

Color convert

RGB249116190-
CMYK00.530.240.02
HSL326.62º91.72%71.57%-
HSV(B)326.62º53.41%97.65%-
XYZ54.6136.3552.85-
YUV164.2142.56188.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.86%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=44.86%
G=20.90%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911619000.530.240.02326.6291.7271.57
HexF974BE0351821475c48
Octal371164276065302507134110
Binary111110011110100101111100110101110001010100011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974BE; }

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

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

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

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

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

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

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

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