Html Css Color HEX #F77CBC Persian Pink

📋 copy color: '#F77CBC'

red 247 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #F77CBC

Tints of Persian Pink #F77CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 44.19%
G = 22.18%
B = 33.63%

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

#F77CBC (or 0xF77CBC) is known color: Persian Pink. HEX triplet: F7, 7C and BC. RGB value is (247,124,188). Sum of RGB (Red+Green+Blue) = 247+124+188=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CBC is #088343. Grayscale: #A7A7A7. Windows color (decimal): -557892 or 12352759. OLE color: 12352759.

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

Color convert

RGB 247 124 188 -
CMYK 0 0.50 0.24 0.03
HSL 328.78º 0.88% 0.73% -
HSV(B) 328.78º 0.5% 0.97% -
XYZ 54.64 37.82 52 -
YUV 168.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 247 124 188 0 0.50 0.24 0.03 328.78 0.88 0.73
Hex F7 7C BC 0 32 18 3 149 58 49
Octal 367 174 274 0 62 30 3 511 130 111
Binary 11110111 1111100 10111100 0 110010 11000 11 101001001 1011000 1001001

Color Harmonies of #F77CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CBC

Black with #F77CBC

Text Example


Text Example

White with #F77CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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