Html Css Color HEX #F97CC0 Persian Pink

📋 copy color: '#F97CC0'

red 249 ◦ green 124 ◦ blue 192

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

Shades of Persian Pink #F97CC0

Tints of Persian Pink #F97CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.98%

R = 44.07%
G = 21.95%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F97CC0 (or 0xF97CC0) is known color: Persian Pink. HEX triplet: F9, 7C and C0. RGB value is (249,124,192). Sum of RGB (Red+Green+Blue) = 249+124+192=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CC0 is #06833F. Grayscale: #A8A8A8. Windows color (decimal): -426816 or 12614905. OLE color: 12614905.

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

Color convert

RGB 249 124 192 -
CMYK 0 0.50 0.23 0.02
HSL 327.36º 0.91% 0.73% -
HSV(B) 327.36º 0.5% 0.98% -
XYZ 55.79 38.36 54.33 -
YUV 169.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 249 124 192 0 0.50 0.23 0.02 327.36 0.91 0.73
Hex F9 7C C0 0 32 17 2 147 5B 49
Octal 371 174 300 0 62 27 2 507 133 111
Binary 11111001 1111100 11000000 0 110010 10111 10 101000111 1011011 1001001

Color Harmonies of #F97CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97CC0

Black with #F97CC0

Text Example


Text Example

White with #F97CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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