Html Css Color HEX #F77ABA Persian Pink

📋 copy color: '#F77ABA'

red 247 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #F77ABA

Tints of Persian Pink #F77ABA

RGB

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

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

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

R = 44.5%
G = 21.98%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F77ABA (or 0xF77ABA) is known color: Persian Pink. HEX triplet: F7, 7A and BA. RGB value is (247,122,186). Sum of RGB (Red+Green+Blue) = 247+122+186=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ABA is #088545. Grayscale: #A6A6A6. Windows color (decimal): -558406 or 12221175. OLE color: 12221175.

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

Color convert

RGB 247 122 186 -
CMYK 0 0.51 0.25 0.03
HSL 329.28º 0.89% 0.72% -
HSV(B) 329.28º 0.51% 0.97% -
XYZ 54.18 37.24 50.79 -
YUV 166.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 247 122 186 0 0.51 0.25 0.03 329.28 0.89 0.72
Hex F7 7A BA 0 33 19 3 149 59 48
Octal 367 172 272 0 63 31 3 511 131 110
Binary 11110111 1111010 10111010 0 110011 11001 11 101001001 1011001 1001000

Color Harmonies of #F77ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77ABA

Black with #F77ABA

Text Example


Text Example

White with #F77ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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