Html Css Color HEX #F773BC Persian Pink

📋 copy color: '#F773BC'

red 247 ◦ green 115 ◦ blue 188

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

Shades of Persian Pink #F773BC

Tints of Persian Pink #F773BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.91%

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

R = 44.91%
G = 20.91%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F773BC (or 0xF773BC) is known color: Persian Pink. HEX triplet: F7, 73 and BC. RGB value is (247,115,188). Sum of RGB (Red+Green+Blue) = 247+115+188=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F773BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773BC is #088C43. Grayscale: #A2A2A2. Windows color (decimal): -560196 or 12350455. OLE color: 12350455.

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

Color convert

RGB 247 115 188 -
CMYK 0 0.53 0.24 0.03
HSL 326.82º 0.89% 0.71% -
HSV(B) 326.82º 0.53% 0.97% -
XYZ 53.57 35.67 51.64 -
YUV 162.79 142.23 188.06 -
System Red Green Blue C M Y K H S L
Decimal 247 115 188 0 0.53 0.24 0.03 326.82 0.89 0.71
Hex F7 73 BC 0 35 18 3 147 59 47
Octal 367 163 274 0 65 30 3 507 131 107
Binary 11110111 1110011 10111100 0 110101 11000 11 101000111 1011001 1000111

Color Harmonies of #F773BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773BC

Black with #F773BC

Text Example


Text Example

White with #F773BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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