Html Css Color HEX #F97AB1 Persian Pink

📋 copy color: '#F97AB1'

red 249 ◦ green 122 ◦ blue 177

#F97AB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F97AB1

Tints of Persian Pink #F97AB1

RGB

 RED value IS 249 (97.66% from 255) = 45.44%

 GREEN value IS 122 (48.05% from 255) = 22.26%

 BLUE value IS 177 (69.53% from 255) = 32.3%

R = 45.44%
G = 22.26%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F97AB1 (or 0xF97AB1) is known color: Persian Pink. HEX triplet: F9, 7A and B1. RGB value is (249,122,177). Sum of RGB (Red+Green+Blue) = 249+122+177=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F97AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97AB1 is #06854E. Grayscale: #A6A6A6. Windows color (decimal): -427343 or 11631353. OLE color: 11631353.

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

Color convert

RGB 249 122 177 -
CMYK 0 0.51 0.29 0.02
HSL 334.02º 0.91% 0.73% -
HSV(B) 334.02º 0.51% 0.98% -
XYZ 53.96 37.23 45.94 -
YUV 166.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 249 122 177 0 0.51 0.29 0.02 334.02 0.91 0.73
Hex F9 7A B1 0 33 1D 2 14E 5B 49
Octal 371 172 261 0 63 35 2 516 133 111
Binary 11111001 1111010 10110001 0 110011 11101 10 101001110 1011011 1001001

Color Harmonies of #F97AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97AB1

Black with #F97AB1

Text Example


Text Example

White with #F97AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97AB1; }

 p { color: rgb(249,122,177); }

 H1.HeaderClassName
 {
   color: #F97AB1;
 }
 .AnyTagClassName
 {
   color: #F97AB1;
 }
</style>

background-color css

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

 a { background-color: rgb(249,122,177); }

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

border-color css

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

 span { border-color: rgb(249,122,177); }

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