Html Css Color HEX #F773BB Persian Pink

📋 copy color: '#F773BB'

red 247 ◦ green 115 ◦ blue 187

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

Shades of Persian Pink #F773BB

Tints of Persian Pink #F773BB

RGB

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

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

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

R = 44.99%
G = 20.95%
B = 34.06%

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

#F773BB (or 0xF773BB) is known color: Persian Pink. HEX triplet: F7, 73 and BB. RGB value is (247,115,187). Sum of RGB (Red+Green+Blue) = 247+115+187=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F773BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773BB is #088C44. Grayscale: #A2A2A2. Windows color (decimal): -560197 or 12284919. OLE color: 12284919.

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

Color convert

RGB 247 115 187 -
CMYK 0 0.53 0.24 0.03
HSL 327.27º 0.89% 0.71% -
HSV(B) 327.27º 0.53% 0.97% -
XYZ 53.46 35.62 51.07 -
YUV 162.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 247 115 187 0 0.53 0.24 0.03 327.27 0.89 0.71
Hex F7 73 BB 0 35 18 3 147 59 47
Octal 367 163 273 0 65 30 3 507 131 107
Binary 11110111 1110011 10111011 0 110101 11000 11 101000111 1011001 1000111

Color Harmonies of #F773BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773BB

Black with #F773BB

Text Example


Text Example

White with #F773BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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