Html Css Color HEX #F97FC1 Persian Pink

📋 copy color: '#F97FC1'

red 249 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #F97FC1

Tints of Persian Pink #F97FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 22.32%

 BLUE value IS 193 (75.78% from 255) = 33.92%

R = 43.76%
G = 22.32%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F97FC1 (or 0xF97FC1) is known color: Persian Pink. HEX triplet: F9, 7F and C1. RGB value is (249,127,193). Sum of RGB (Red+Green+Blue) = 249+127+193=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FC1 is #06803E. Grayscale: #AAAAAA. Windows color (decimal): -426047 or 12681209. OLE color: 12681209.

HSL color Cylindrical-coordinate representation of color #F97FC1: hue angle of 327.54º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97FC1 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 127 193 -
CMYK 0 0.49 0.22 0.02
HSL 327.54º 0.91% 0.74% -
HSV(B) 327.54º 0.49% 0.98% -
XYZ 56.28 39.17 55.05 -
YUV 171 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 249 127 193 0 0.49 0.22 0.02 327.54 0.91 0.74
Hex F9 7F C1 0 31 16 2 148 5B 4A
Octal 371 177 301 0 61 26 2 510 133 112
Binary 11111001 1111111 11000001 0 110001 10110 10 101001000 1011011 1001010

Color Harmonies of #F97FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FC1

Black with #F97FC1

Text Example


Text Example

White with #F97FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FC1; }

 p { color: rgb(249,127,193); }

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

background-color css

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

 a { background-color: rgb(249,127,193); }

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

border-color css

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

 span { border-color: rgb(249,127,193); }

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