Html Css Color HEX #F77AB4 Persian Pink

📋 copy color: '#F77AB4'

red 247 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #F77AB4

Tints of Persian Pink #F77AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.79%

R = 44.99%
G = 22.22%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F77AB4 (or 0xF77AB4) is known color: Persian Pink. HEX triplet: F7, 7A and B4. RGB value is (247,122,180). Sum of RGB (Red+Green+Blue) = 247+122+180=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AB4 is #08854B. Grayscale: #A5A5A5. Windows color (decimal): -558412 or 11827959. OLE color: 11827959.

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

Color convert

RGB 247 122 180 -
CMYK 0 0.51 0.27 0.03
HSL 332.16º 0.89% 0.72% -
HSV(B) 332.16º 0.51% 0.97% -
XYZ 53.56 36.99 47.5 -
YUV 165.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 247 122 180 0 0.51 0.27 0.03 332.16 0.89 0.72
Hex F7 7A B4 0 33 1B 3 14C 59 48
Octal 367 172 264 0 63 33 3 514 131 110
Binary 11110111 1111010 10110100 0 110011 11011 11 101001100 1011001 1001000

Color Harmonies of #F77AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77AB4

Black with #F77AB4

Text Example


Text Example

White with #F77AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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