Html Css Color HEX #F97EBA Persian Pink

📋 copy color: '#F97EBA'

red 249 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #F97EBA

Tints of Persian Pink #F97EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 44.39%
G = 22.46%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F97EBA (or 0xF97EBA) is known color: Persian Pink. HEX triplet: F9, 7E and BA. RGB value is (249,126,186). Sum of RGB (Red+Green+Blue) = 249+126+186=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EBA is #068145. Grayscale: #A9A9A9. Windows color (decimal): -426310 or 12222201. OLE color: 12222201.

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

Color convert

RGB 249 126 186 -
CMYK 0 0.49 0.25 0.02
HSL 330.73º 0.91% 0.74% -
HSV(B) 330.73º 0.49% 0.98% -
XYZ 55.39 38.61 50.99 -
YUV 169.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 249 126 186 0 0.49 0.25 0.02 330.73 0.91 0.74
Hex F9 7E BA 0 31 19 2 14B 5B 4A
Octal 371 176 272 0 61 31 2 513 133 112
Binary 11111001 1111110 10111010 0 110001 11001 10 101001011 1011011 1001010

Color Harmonies of #F97EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97EBA

Black with #F97EBA

Text Example


Text Example

White with #F97EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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