Html Css Color HEX #F173BF Persian Pink

📋 copy color: '#F173BF'

red 241 ◦ green 115 ◦ blue 191

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

Shades of Persian Pink #F173BF

Tints of Persian Pink #F173BF

RGB

 RED value IS 241 (94.53% from 255) = 44.06%

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

 BLUE value IS 191 (75% from 255) = 34.92%

R = 44.06%
G = 21.02%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F173BF (or 0xF173BF) is known color: Persian Pink. HEX triplet: F1, 73 and BF. RGB value is (241,115,191). Sum of RGB (Red+Green+Blue) = 241+115+191=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F173BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173BF is #0E8C40. Grayscale: #A1A1A1. Windows color (decimal): -953409 or 12547057. OLE color: 12547057.

HSL color Cylindrical-coordinate representation of color #F173BF: hue angle of 323.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F173BF is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 115 191 -
CMYK 0 0.52 0.21 0.05
HSL 323.81º 0.82% 0.7% -
HSV(B) 323.81º 0.52% 0.95% -
XYZ 51.81 34.72 53.26 -
YUV 161.34 144.74 184.82 -
System Red Green Blue C M Y K H S L
Decimal 241 115 191 0 0.52 0.21 0.05 323.81 0.82 0.7
Hex F1 73 BF 0 34 15 5 144 52 46
Octal 361 163 277 0 64 25 5 504 122 106
Binary 11110001 1110011 10111111 0 110100 10101 101 101000100 1010010 1000110

Color Harmonies of #F173BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F173BF

Black with #F173BF

Text Example


Text Example

White with #F173BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F173BF; }

 p { color: rgb(241,115,191); }

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

background-color css

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

 a { background-color: rgb(241,115,191); }

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

border-color css

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

 span { border-color: rgb(241,115,191); }

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