Html Css Color HEX #F173BE Persian Pink

📋 copy color: '#F173BE'

red 241 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #F173BE

Tints of Persian Pink #F173BE

RGB

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

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

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

R = 44.14%
G = 21.06%
B = 34.8%

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

#F173BE (or 0xF173BE) is known color: Persian Pink. HEX triplet: F1, 73 and BE. RGB value is (241,115,190). Sum of RGB (Red+Green+Blue) = 241+115+190=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F173BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173BE is #0E8C41. Grayscale: #A1A1A1. Windows color (decimal): -953410 or 12481521. OLE color: 12481521.

HSL color Cylindrical-coordinate representation of color #F173BE: hue angle of 324.29º 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 #F173BE is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 115 190 -
CMYK 0 0.52 0.21 0.05
HSL 324.29º 0.82% 0.7% -
HSV(B) 324.29º 0.52% 0.95% -
XYZ 51.7 34.68 52.68 -
YUV 161.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 241 115 190 0 0.52 0.21 0.05 324.29 0.82 0.7
Hex F1 73 BE 0 34 15 5 144 52 46
Octal 361 163 276 0 64 25 5 504 122 106
Binary 11110001 1110011 10111110 0 110100 10101 101 101000100 1010010 1000110

Color Harmonies of #F173BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F173BE

Black with #F173BE

Text Example


Text Example

White with #F173BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F173BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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