Html Css Color HEX #F776BE Persian Pink

📋 copy color: '#F776BE'

red 247 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #F776BE

Tints of Persian Pink #F776BE

RGB

 RED value IS 247 (96.88% from 255) = 44.5%

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

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

R = 44.5%
G = 21.26%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F776BE (or 0xF776BE) is known color: Persian Pink. HEX triplet: F7, 76 and BE. RGB value is (247,118,190). Sum of RGB (Red+Green+Blue) = 247+118+190=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F776BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776BE is #088941. Grayscale: #A4A4A4. Windows color (decimal): -559426 or 12482295. OLE color: 12482295.

HSL color Cylindrical-coordinate representation of color #F776BE: hue angle of 326.51º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F776BE is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 118 190 -
CMYK 0 0.52 0.23 0.03
HSL 326.51º 0.89% 0.72% -
HSV(B) 326.51º 0.52% 0.97% -
XYZ 54.13 36.45 52.9 -
YUV 164.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 247 118 190 0 0.52 0.23 0.03 326.51 0.89 0.72
Hex F7 76 BE 0 34 17 3 147 59 48
Octal 367 166 276 0 64 27 3 507 131 110
Binary 11110111 1110110 10111110 0 110100 10111 11 101000111 1011001 1001000

Color Harmonies of #F776BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F776BE

Black with #F776BE

Text Example


Text Example

White with #F776BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F776BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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