Html Css Color HEX #F97EC2 Persian Pink

📋 copy color: '#F97EC2'

red 249 ◦ green 126 ◦ blue 194

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

Shades of Persian Pink #F97EC2

Tints of Persian Pink #F97EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.09%

R = 43.76%
G = 22.14%
B = 34.09%

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

#F97EC2 (or 0xF97EC2) is known color: Persian Pink. HEX triplet: F9, 7E and C2. RGB value is (249,126,194). Sum of RGB (Red+Green+Blue) = 249+126+194=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EC2 is #06813D. Grayscale: #AAAAAA. Windows color (decimal): -426302 or 12746489. OLE color: 12746489.

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

Color convert

RGB 249 126 194 -
CMYK 0 0.49 0.22 0.02
HSL 326.83º 0.91% 0.74% -
HSV(B) 326.83º 0.49% 0.98% -
XYZ 56.27 38.96 55.59 -
YUV 170.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 249 126 194 0 0.49 0.22 0.02 326.83 0.91 0.74
Hex F9 7E C2 0 31 16 2 147 5B 4A
Octal 371 176 302 0 61 26 2 507 133 112
Binary 11111001 1111110 11000010 0 110001 10110 10 101000111 1011011 1001010

Color Harmonies of #F97EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97EC2

Black with #F97EC2

Text Example


Text Example

White with #F97EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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