Html Css Color HEX #F77ABB Persian Pink

📋 copy color: '#F77ABB'

red 247 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #F77ABB

Tints of Persian Pink #F77ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 44.42%
G = 21.94%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F77ABB (or 0xF77ABB) is known color: Persian Pink. HEX triplet: F7, 7A and BB. RGB value is (247,122,187). Sum of RGB (Red+Green+Blue) = 247+122+187=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ABB is #088544. Grayscale: #A6A6A6. Windows color (decimal): -558405 or 12286711. OLE color: 12286711.

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

Color convert

RGB 247 122 187 -
CMYK 0 0.51 0.24 0.03
HSL 328.8º 0.89% 0.72% -
HSV(B) 328.8º 0.51% 0.97% -
XYZ 54.29 37.28 51.35 -
YUV 166.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 247 122 187 0 0.51 0.24 0.03 328.8 0.89 0.72
Hex F7 7A BB 0 33 18 3 149 59 48
Octal 367 172 273 0 63 30 3 511 131 110
Binary 11110111 1111010 10111011 0 110011 11000 11 101001001 1011001 1001000

Color Harmonies of #F77ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77ABB

Black with #F77ABB

Text Example


Text Example

White with #F77ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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