Html Css Color HEX #F773BA Persian Pink

📋 copy color: '#F773BA'

red 247 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #F773BA

Tints of Persian Pink #F773BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 45.07%
G = 20.99%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F773BA (or 0xF773BA) is known color: Persian Pink. HEX triplet: F7, 73 and BA. RGB value is (247,115,186). Sum of RGB (Red+Green+Blue) = 247+115+186=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F773BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773BA is #088C45. Grayscale: #A2A2A2. Windows color (decimal): -560198 or 12219383. OLE color: 12219383.

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

Color convert

RGB 247 115 186 -
CMYK 0 0.53 0.25 0.03
HSL 327.73º 0.89% 0.71% -
HSV(B) 327.73º 0.53% 0.97% -
XYZ 53.35 35.58 50.51 -
YUV 162.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 247 115 186 0 0.53 0.25 0.03 327.73 0.89 0.71
Hex F7 73 BA 0 35 19 3 148 59 47
Octal 367 163 272 0 65 31 3 510 131 107
Binary 11110111 1110011 10111010 0 110101 11001 11 101001000 1011001 1000111

Color Harmonies of #F773BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773BA

Black with #F773BA

Text Example


Text Example

White with #F773BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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