Html Css Color HEX #F97EC1 Persian Pink

📋 copy color: '#F97EC1'

red 249 ◦ green 126 ◦ blue 193

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

Shades of Persian Pink #F97EC1

Tints of Persian Pink #F97EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.18%

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

R = 43.84%
G = 22.18%
B = 33.98%

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

#F97EC1 (or 0xF97EC1) is known color: Persian Pink. HEX triplet: F9, 7E and C1. RGB value is (249,126,193). Sum of RGB (Red+Green+Blue) = 249+126+193=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EC1 is #06813E. Grayscale: #AAAAAA. Windows color (decimal): -426303 or 12680953. OLE color: 12680953.

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

Color convert

RGB 249 126 193 -
CMYK 0 0.49 0.22 0.02
HSL 327.32º 0.91% 0.74% -
HSV(B) 327.32º 0.49% 0.98% -
XYZ 56.15 38.91 55 -
YUV 170.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 249 126 193 0 0.49 0.22 0.02 327.32 0.91 0.74
Hex F9 7E C1 0 31 16 2 147 5B 4A
Octal 371 176 301 0 61 26 2 507 133 112
Binary 11111001 1111110 11000001 0 110001 10110 10 101000111 1011011 1001010

Color Harmonies of #F97EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97EC1

Black with #F97EC1

Text Example


Text Example

White with #F97EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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