Html Css Color HEX #F97DC0 Persian Pink

📋 copy color: '#F97DC0'

red 249 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #F97DC0

Tints of Persian Pink #F97DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.08%

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

R = 43.99%
G = 22.08%
B = 33.92%

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

#F97DC0 (or 0xF97DC0) is known color: Persian Pink. HEX triplet: F9, 7D and C0. RGB value is (249,125,192). Sum of RGB (Red+Green+Blue) = 249+125+192=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DC0 is #06823F. Grayscale: #A9A9A9. Windows color (decimal): -426560 or 12615161. OLE color: 12615161.

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

Color convert

RGB 249 125 192 -
CMYK 0 0.50 0.23 0.02
HSL 327.58º 0.91% 0.73% -
HSV(B) 327.58º 0.5% 0.98% -
XYZ 55.91 38.61 54.38 -
YUV 169.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 249 125 192 0 0.50 0.23 0.02 327.58 0.91 0.73
Hex F9 7D C0 0 32 17 2 148 5B 49
Octal 371 175 300 0 62 27 2 510 133 111
Binary 11111001 1111101 11000000 0 110010 10111 10 101001000 1011011 1001001

Color Harmonies of #F97DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97DC0

Black with #F97DC0

Text Example


Text Example

White with #F97DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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