Html Css Color HEX #F771BC Persian Pink

📋 copy color: '#F771BC'

red 247 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #F771BC

Tints of Persian Pink #F771BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.62%

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

R = 45.07%
G = 20.62%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F771BC (or 0xF771BC) is known color: Persian Pink. HEX triplet: F7, 71 and BC. RGB value is (247,113,188). Sum of RGB (Red+Green+Blue) = 247+113+188=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F771BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771BC is #088E43. Grayscale: #A1A1A1. Windows color (decimal): -560708 or 12349943. OLE color: 12349943.

HSL color Cylindrical-coordinate representation of color #F771BC: hue angle of 326.42º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F771BC is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 113 188 -
CMYK 0 0.54 0.24 0.03
HSL 326.42º 0.89% 0.71% -
HSV(B) 326.42º 0.54% 0.97% -
XYZ 53.34 35.22 51.56 -
YUV 161.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 247 113 188 0 0.54 0.24 0.03 326.42 0.89 0.71
Hex F7 71 BC 0 36 18 3 146 59 47
Octal 367 161 274 0 66 30 3 506 131 107
Binary 11110111 1110001 10111100 0 110110 11000 11 101000110 1011001 1000111

Color Harmonies of #F771BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F771BC

Black with #F771BC

Text Example


Text Example

White with #F771BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F771BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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