Html Css Color HEX #F175BA Persian Pink

📋 copy color: '#F175BA'

red 241 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #F175BA

Tints of Persian Pink #F175BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

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

R = 44.3%
G = 21.51%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F175BA (or 0xF175BA) is known color: Persian Pink. HEX triplet: F1, 75 and BA. RGB value is (241,117,186). Sum of RGB (Red+Green+Blue) = 241+117+186=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F175BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175BA is #0E8A45. Grayscale: #A1A1A1. Windows color (decimal): -952902 or 12219889. OLE color: 12219889.

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

Color convert

RGB 241 117 186 -
CMYK 0 0.51 0.23 0.05
HSL 326.61º 0.82% 0.7% -
HSV(B) 326.61º 0.51% 0.95% -
XYZ 51.5 34.97 50.49 -
YUV 161.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 241 117 186 0 0.51 0.23 0.05 326.61 0.82 0.7
Hex F1 75 BA 0 33 17 5 147 52 46
Octal 361 165 272 0 63 27 5 507 122 106
Binary 11110001 1110101 10111010 0 110011 10111 101 101000111 1010010 1000110

Color Harmonies of #F175BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175BA

Black with #F175BA

Text Example


Text Example

White with #F175BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175BA; }

 p { color: rgb(241,117,186); }

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

background-color css

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

 a { background-color: rgb(241,117,186); }

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

border-color css

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

 span { border-color: rgb(241,117,186); }

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