Html Css Color HEX #F77CBB Persian Pink

📋 copy color: '#F77CBB'

red 247 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #F77CBB

Tints of Persian Pink #F77CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.22%

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

R = 44.27%
G = 22.22%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F77CBB (or 0xF77CBB) is known color: Persian Pink. HEX triplet: F7, 7C and BB. RGB value is (247,124,187). Sum of RGB (Red+Green+Blue) = 247+124+187=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CBB is #088344. Grayscale: #A7A7A7. Windows color (decimal): -557893 or 12287223. OLE color: 12287223.

HSL color Cylindrical-coordinate representation of color #F77CBB: hue angle of 329.27º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CBB is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 124 187 -
CMYK 0 0.50 0.24 0.03
HSL 329.27º 0.88% 0.73% -
HSV(B) 329.27º 0.5% 0.97% -
XYZ 54.54 37.78 51.43 -
YUV 167.96 138.75 184.38 -
System Red Green Blue C M Y K H S L
Decimal 247 124 187 0 0.50 0.24 0.03 329.27 0.88 0.73
Hex F7 7C BB 0 32 18 3 149 58 49
Octal 367 174 273 0 62 30 3 511 130 111
Binary 11110111 1111100 10111011 0 110010 11000 11 101001001 1011000 1001001

Color Harmonies of #F77CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CBB

Black with #F77CBB

Text Example


Text Example

White with #F77CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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