Html Css Color HEX #F97ABB Persian Pink

📋 copy color: '#F97ABB'

red 249 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #F97ABB

Tints of Persian Pink #F97ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 44.62%
G = 21.86%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F97ABB (or 0xF97ABB) is known color: Persian Pink. HEX triplet: F9, 7A and BB. RGB value is (249,122,187). Sum of RGB (Red+Green+Blue) = 249+122+187=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ABB is #068544. Grayscale: #A7A7A7. Windows color (decimal): -427333 or 12286713. OLE color: 12286713.

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

Color convert

RGB 249 122 187 -
CMYK 0 0.51 0.25 0.02
HSL 329.29º 0.91% 0.73% -
HSV(B) 329.29º 0.51% 0.98% -
XYZ 55 37.65 51.38 -
YUV 167.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 249 122 187 0 0.51 0.25 0.02 329.29 0.91 0.73
Hex F9 7A BB 0 33 19 2 149 5B 49
Octal 371 172 273 0 63 31 2 511 133 111
Binary 11111001 1111010 10111011 0 110011 11001 10 101001001 1011011 1001001

Color Harmonies of #F97ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97ABB

Black with #F97ABB

Text Example


Text Example

White with #F97ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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