Html Css Color HEX #F97AB8 Persian Pink

📋 copy color: '#F97AB8'

red 249 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #F97AB8

Tints of Persian Pink #F97AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.15%

R = 44.86%
G = 21.98%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F97AB8 (or 0xF97AB8) is known color: Persian Pink. HEX triplet: F9, 7A and B8. RGB value is (249,122,184). Sum of RGB (Red+Green+Blue) = 249+122+184=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F97AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97AB8 is #068547. Grayscale: #A6A6A6. Windows color (decimal): -427336 or 12090105. OLE color: 12090105.

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

Color convert

RGB 249 122 184 -
CMYK 0 0.51 0.26 0.02
HSL 330.71º 0.91% 0.73% -
HSV(B) 330.71º 0.51% 0.98% -
XYZ 54.68 37.52 49.71 -
YUV 167.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 249 122 184 0 0.51 0.26 0.02 330.71 0.91 0.73
Hex F9 7A B8 0 33 1A 2 14B 5B 49
Octal 371 172 270 0 63 32 2 513 133 111
Binary 11111001 1111010 10111000 0 110011 11010 10 101001011 1011011 1001001

Color Harmonies of #F97AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97AB8

Black with #F97AB8

Text Example


Text Example

White with #F97AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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