Html Css Color HEX #F77AC5 Persian Pink

📋 copy color: '#F77AC5'

red 247 ◦ green 122 ◦ blue 197

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

Shades of Persian Pink #F77AC5

Tints of Persian Pink #F77AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.81%

R = 43.64%
G = 21.55%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F77AC5 (or 0xF77AC5) is known color: Persian Pink. HEX triplet: F7, 7A and C5. RGB value is (247,122,197). Sum of RGB (Red+Green+Blue) = 247+122+197=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AC5 is #08853A. Grayscale: #A7A7A7. Windows color (decimal): -558395 or 12942071. OLE color: 12942071.

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

Color convert

RGB 247 122 197 -
CMYK 0 0.51 0.20 0.03
HSL 324º 0.89% 0.72% -
HSV(B) 324º 0.51% 0.97% -
XYZ 55.4 37.72 57.19 -
YUV 167.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 247 122 197 0 0.51 0.20 0.03 324 0.89 0.72
Hex F7 7A C5 0 33 14 3 144 59 48
Octal 367 172 305 0 63 24 3 504 131 110
Binary 11110111 1111010 11000101 0 110011 10100 11 101000100 1011001 1001000

Color Harmonies of #F77AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77AC5

Black with #F77AC5

Text Example


Text Example

White with #F77AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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