Html Css Color HEX #F97FBC Persian Pink

📋 copy color: '#F97FBC'

red 249 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #F97FBC

Tints of Persian Pink #F97FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.33%

R = 44.15%
G = 22.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F97FBC (or 0xF97FBC) is known color: Persian Pink. HEX triplet: F9, 7F and BC. RGB value is (249,127,188). Sum of RGB (Red+Green+Blue) = 249+127+188=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FBC is #068043. Grayscale: #AAAAAA. Windows color (decimal): -426052 or 12353529. OLE color: 12353529.

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

Color convert

RGB 249 127 188 -
CMYK 0 0.49 0.24 0.02
HSL 330º 0.91% 0.74% -
HSV(B) 330º 0.49% 0.98% -
XYZ 55.73 38.95 52.16 -
YUV 170.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 249 127 188 0 0.49 0.24 0.02 330 0.91 0.74
Hex F9 7F BC 0 31 18 2 14A 5B 4A
Octal 371 177 274 0 61 30 2 512 133 112
Binary 11111001 1111111 10111100 0 110001 11000 10 101001010 1011011 1001010

Color Harmonies of #F97FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FBC

Black with #F97FBC

Text Example


Text Example

White with #F97FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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