Html Css Color HEX #F777BA Persian Pink

📋 copy color: '#F777BA'

red 247 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #F777BA

Tints of Persian Pink #F777BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.56%

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

R = 44.75%
G = 21.56%
B = 33.7%

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

#F777BA (or 0xF777BA) is known color: Persian Pink. HEX triplet: F7, 77 and BA. RGB value is (247,119,186). Sum of RGB (Red+Green+Blue) = 247+119+186=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F777BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777BA is #088845. Grayscale: #A4A4A4. Windows color (decimal): -559174 or 12220407. OLE color: 12220407.

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

Color convert

RGB 247 119 186 -
CMYK 0 0.52 0.25 0.03
HSL 328.59º 0.89% 0.72% -
HSV(B) 328.59º 0.52% 0.97% -
XYZ 53.82 36.51 50.67 -
YUV 164.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 247 119 186 0 0.52 0.25 0.03 328.59 0.89 0.72
Hex F7 77 BA 0 34 19 3 149 59 48
Octal 367 167 272 0 64 31 3 511 131 110
Binary 11110111 1110111 10111010 0 110100 11001 11 101001001 1011001 1001000

Color Harmonies of #F777BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777BA

Black with #F777BA

Text Example


Text Example

White with #F777BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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