#F97EC1

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

Shades of Persian Pink #F97EC1

Tints of Persian Pink #F97EC1

Color information

#F97EC1 (or 0xF97EC1) is unknown color: approx Persian Pink. HEX triplet: F9, 7E and C1. RGB value is (249,126,193). Sum of RGB (Red+Green+Blue) = 249+126+193=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EC1 is #06813E. Grayscale: #AAAAAA. Windows color (decimal): -426303 or 12680953. OLE color: 12680953.

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

Color convert

RGB249126193-
CMYK00.490.220.02
HSL327.32º91.11%73.53%-
HSV(B)327.32º49.4%97.65%-
XYZ56.1538.9155-
YUV170.42140.75184.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 126 (49.61% from 255) = 22.18%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=43.84%
G=22.18%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912619300.490.220.02327.3291.1173.53
HexF97EC10311621475b4a
Octal371176301061262507133112
Binary111110011111110110000010110001101101010100011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97EC1; }

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

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

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

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

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

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

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

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