#f97bc1

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

Shades of Persian Pink #F97BC1

Tints of Persian Pink #F97BC1

Color information

#F97BC1 (or 0xF97BC1) is unknown color: approx Persian Pink. HEX triplet: F9, 7B and C1. RGB value is (249,123,193). Sum of RGB (Red+Green+Blue) = 249+123+193=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BC1 is #06843E. Grayscale: #A8A8A8. Windows color (decimal): -427071 or 12680185. OLE color: 12680185.

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

Color convert

RGB249123193-
CMYK00.510.220.02
HSL326.67º91.3%72.94%-
HSV(B)326.67º50.6%97.65%-
XYZ55.7838.1654.88-
YUV168.65141.74185.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.07%
GREEN value IS 123 (48.44% from 255) = 21.77%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=44.07%
G=21.77%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912319300.510.220.02326.6791.372.94
HexF97BC10331621475b49
Octal371173301063262507133111
Binary111110011111011110000010110011101101010100011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f97bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f97bc1; }

 p { color: rgb(249,123,193); }

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

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

 a { background-color: rgb(249,123,193); }

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

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

 span { border-color: rgb(249,123,193); }

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