Html Css Color HEX #F776BA Persian Pink

📋 copy color: '#F776BA'

red 247 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #F776BA

Tints of Persian Pink #F776BA

RGB

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

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

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

R = 44.83%
G = 21.42%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F776BA (or 0xF776BA) is known color: Persian Pink. HEX triplet: F7, 76 and BA. RGB value is (247,118,186). Sum of RGB (Red+Green+Blue) = 247+118+186=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F776BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776BA is #088945. Grayscale: #A4A4A4. Windows color (decimal): -559430 or 12220151. OLE color: 12220151.

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

Color convert

RGB 247 118 186 -
CMYK 0 0.52 0.25 0.03
HSL 328.37º 0.89% 0.72% -
HSV(B) 328.37º 0.52% 0.97% -
XYZ 53.7 36.28 50.63 -
YUV 164.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 247 118 186 0 0.52 0.25 0.03 328.37 0.89 0.72
Hex F7 76 BA 0 34 19 3 148 59 48
Octal 367 166 272 0 64 31 3 510 131 110
Binary 11110111 1110110 10111010 0 110100 11001 11 101001000 1011001 1001000

Color Harmonies of #F776BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F776BA

Black with #F776BA

Text Example


Text Example

White with #F776BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F776BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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