Html Css Color HEX #F77ABE Persian Pink

📋 copy color: '#F77ABE'

red 247 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #F77ABE

Tints of Persian Pink #F77ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.82%

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

R = 44.19%
G = 21.82%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F77ABE (or 0xF77ABE) is known color: Persian Pink. HEX triplet: F7, 7A and BE. RGB value is (247,122,190). Sum of RGB (Red+Green+Blue) = 247+122+190=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ABE is #088541. Grayscale: #A6A6A6. Windows color (decimal): -558402 or 12483319. OLE color: 12483319.

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

Color convert

RGB 247 122 190 -
CMYK 0 0.51 0.23 0.03
HSL 327.36º 0.89% 0.72% -
HSV(B) 327.36º 0.51% 0.97% -
XYZ 54.61 37.41 53.06 -
YUV 167.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 247 122 190 0 0.51 0.23 0.03 327.36 0.89 0.72
Hex F7 7A BE 0 33 17 3 147 59 48
Octal 367 172 276 0 63 27 3 507 131 110
Binary 11110111 1111010 10111110 0 110011 10111 11 101000111 1011001 1001000

Color Harmonies of #F77ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77ABE

Black with #F77ABE

Text Example


Text Example

White with #F77ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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