#F974B8

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

Shades of Persian Pink #F974B8

Tints of Persian Pink #F974B8

Color information

#F974B8 (or 0xF974B8) is unknown color: approx Persian Pink. HEX triplet: F9, 74 and B8. RGB value is (249,116,184). Sum of RGB (Red+Green+Blue) = 249+116+184=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F974B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974B8 is #068B47. Grayscale: #A3A3A3. Windows color (decimal): -428872 or 12088569. OLE color: 12088569.

HSL color Cylindrical-coordinate representation of color #F974B8: hue angle of 329.32º 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 #F974B8 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB249116184-
CMYK00.530.260.02
HSL329.32º91.72%71.57%-
HSV(B)329.32º53.41%97.65%-
XYZ53.9636.0949.47-
YUV163.52139.56188.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.36%
GREEN value IS 116 (45.70% from 255) = 21.13%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=45.36%
G=21.13%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911618400.530.260.02329.3291.7271.57
HexF974B80351A21495c48
Octal371164270065322511134110
Binary111110011110100101110000110101110101010100100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974B8; }

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

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

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

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

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

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

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

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