Html Css Color HEX #F773BE Persian Pink

📋 copy color: '#F773BE'

red 247 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #F773BE

Tints of Persian Pink #F773BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 44.75%
G = 20.83%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F773BE (or 0xF773BE) is known color: Persian Pink. HEX triplet: F7, 73 and BE. RGB value is (247,115,190). Sum of RGB (Red+Green+Blue) = 247+115+190=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F773BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773BE is #088C41. Grayscale: #A2A2A2. Windows color (decimal): -560194 or 12481527. OLE color: 12481527.

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

Color convert

RGB 247 115 190 -
CMYK 0 0.53 0.23 0.03
HSL 325.91º 0.89% 0.71% -
HSV(B) 325.91º 0.53% 0.97% -
XYZ 53.78 35.75 52.78 -
YUV 163.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 247 115 190 0 0.53 0.23 0.03 325.91 0.89 0.71
Hex F7 73 BE 0 35 17 3 146 59 47
Octal 367 163 276 0 65 27 3 506 131 107
Binary 11110111 1110011 10111110 0 110101 10111 11 101000110 1011001 1000111

Color Harmonies of #F773BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773BE

Black with #F773BE

Text Example


Text Example

White with #F773BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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