Html Css Color HEX #F97CB8 Persian Pink

📋 copy color: '#F97CB8'

red 249 ◦ green 124 ◦ blue 184

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

Shades of Persian Pink #F97CB8

Tints of Persian Pink #F97CB8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.26%

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

R = 44.7%
G = 22.26%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F97CB8 (or 0xF97CB8) is known color: Persian Pink. HEX triplet: F9, 7C and B8. RGB value is (249,124,184). Sum of RGB (Red+Green+Blue) = 249+124+184=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CB8 is #068347. Grayscale: #A8A8A8. Windows color (decimal): -426824 or 12090617. OLE color: 12090617.

HSL color Cylindrical-coordinate representation of color #F97CB8: hue angle of 331.2º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97CB8 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 124 184 -
CMYK 0 0.50 0.26 0.02
HSL 331.2º 0.91% 0.73% -
HSV(B) 331.2º 0.5% 0.98% -
XYZ 54.93 38.02 49.79 -
YUV 168.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 249 124 184 0 0.50 0.26 0.02 331.2 0.91 0.73
Hex F9 7C B8 0 32 1A 2 14B 5B 49
Octal 371 174 270 0 62 32 2 513 133 111
Binary 11111001 1111100 10111000 0 110010 11010 10 101001011 1011011 1001001

Color Harmonies of #F97CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CB8

Black with #F97CB8

Text Example


Text Example

White with #F97CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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