Html Css Color HEX #F97FBA Persian Pink

📋 copy color: '#F97FBA'

red 249 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #F97FBA

Tints of Persian Pink #F97FBA

RGB

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

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

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

R = 44.31%
G = 22.6%
B = 33.1%

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

#F97FBA (or 0xF97FBA) is known color: Persian Pink. HEX triplet: F9, 7F and BA. RGB value is (249,127,186). Sum of RGB (Red+Green+Blue) = 249+127+186=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FBA is #068045. Grayscale: #AAAAAA. Windows color (decimal): -426054 or 12222457. OLE color: 12222457.

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

Color convert

RGB 249 127 186 -
CMYK 0 0.49 0.25 0.02
HSL 330.98º 0.91% 0.74% -
HSV(B) 330.98º 0.49% 0.98% -
XYZ 55.52 38.86 51.03 -
YUV 170.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 249 127 186 0 0.49 0.25 0.02 330.98 0.91 0.74
Hex F9 7F BA 0 31 19 2 14B 5B 4A
Octal 371 177 272 0 61 31 2 513 133 112
Binary 11111001 1111111 10111010 0 110001 11001 10 101001011 1011011 1001010

Color Harmonies of #F97FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FBA

Black with #F97FBA

Text Example


Text Example

White with #F97FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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