Html Css Color HEX #F976BE Persian Pink

📋 copy color: '#F976BE'

red 249 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #F976BE

Tints of Persian Pink #F976BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.18%

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 44.7%
G = 21.18%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F976BE (or 0xF976BE) is known color: Persian Pink. HEX triplet: F9, 76 and BE. RGB value is (249,118,190). Sum of RGB (Red+Green+Blue) = 249+118+190=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F976BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976BE is #068941. Grayscale: #A5A5A5. Windows color (decimal): -428354 or 12482297. OLE color: 12482297.

HSL color Cylindrical-coordinate representation of color #F976BE: hue angle of 327.02º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976BE is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 118 190 -
CMYK 0 0.53 0.24 0.02
HSL 327.02º 0.92% 0.72% -
HSV(B) 327.02º 0.53% 0.98% -
XYZ 54.84 36.81 52.93 -
YUV 165.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 249 118 190 0 0.53 0.24 0.02 327.02 0.92 0.72
Hex F9 76 BE 0 35 18 2 147 5C 48
Octal 371 166 276 0 65 30 2 507 134 110
Binary 11111001 1110110 10111110 0 110101 11000 10 101000111 1011100 1001000

Color Harmonies of #F976BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976BE

Black with #F976BE

Text Example


Text Example

White with #F976BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976BE; }

 p { color: rgb(249,118,190); }

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

background-color css

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

 a { background-color: rgb(249,118,190); }

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

border-color css

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

 span { border-color: rgb(249,118,190); }

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