Html Css Color HEX #F77AB1 Persian Pink

📋 copy color: '#F77AB1'

red 247 ◦ green 122 ◦ blue 177

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

Shades of Persian Pink #F77AB1

Tints of Persian Pink #F77AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 45.24%
G = 22.34%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F77AB1 (or 0xF77AB1) is known color: Persian Pink. HEX triplet: F7, 7A and B1. RGB value is (247,122,177). Sum of RGB (Red+Green+Blue) = 247+122+177=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77AB1 is #08854E. Grayscale: #A5A5A5. Windows color (decimal): -558415 or 11631351. OLE color: 11631351.

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

Color convert

RGB 247 122 177 -
CMYK 0 0.51 0.28 0.03
HSL 333.6º 0.89% 0.72% -
HSV(B) 333.6º 0.51% 0.97% -
XYZ 53.25 36.87 45.9 -
YUV 165.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 247 122 177 0 0.51 0.28 0.03 333.6 0.89 0.72
Hex F7 7A B1 0 33 1C 3 14E 59 48
Octal 367 172 261 0 63 34 3 516 131 110
Binary 11110111 1111010 10110001 0 110011 11100 11 101001110 1011001 1001000

Color Harmonies of #F77AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77AB1

Black with #F77AB1

Text Example


Text Example

White with #F77AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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