#F97BC3

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

Shades of Persian Pink #F97BC3

Tints of Persian Pink #F97BC3

Color information

#F97BC3 (or 0xF97BC3) is unknown color: approx Persian Pink. HEX triplet: F9, 7B and C3. RGB value is (249,123,195). Sum of RGB (Red+Green+Blue) = 249+123+195=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BC3 is #06843C. Grayscale: #A8A8A8. Windows color (decimal): -427069 or 12811257. OLE color: 12811257.

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

Color convert

RGB249123195-
CMYK00.510.220.02
HSL325.71º91.3%72.94%-
HSV(B)325.71º50.6%97.65%-
XYZ5638.2556.06-
YUV168.88142.74185.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.92%
GREEN value IS 123 (48.44% from 255) = 21.69%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=43.92%
G=21.69%
B=34.39%

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
Decimal24912319500.510.220.02325.7191.372.94
HexF97BC30331621465b49
Octal371173303063262506133111
Binary111110011111011110000110110011101101010100011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97BC3; }

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

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

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

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

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

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

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

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