Html Css Color HEX #F170BA Persian Pink

📋 copy color: '#F170BA'

red 241 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #F170BA

Tints of Persian Pink #F170BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.78%

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

R = 44.71%
G = 20.78%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F170BA (or 0xF170BA) is known color: Persian Pink. HEX triplet: F1, 70 and BA. RGB value is (241,112,186). Sum of RGB (Red+Green+Blue) = 241+112+186=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F170BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170BA is #0E8F45. Grayscale: #9E9E9E. Windows color (decimal): -954182 or 12218609. OLE color: 12218609.

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

Color convert

RGB 241 112 186 -
CMYK 0 0.54 0.23 0.05
HSL 325.58º 0.82% 0.69% -
HSV(B) 325.58º 0.54% 0.95% -
XYZ 50.93 33.83 50.3 -
YUV 159.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 241 112 186 0 0.54 0.23 0.05 325.58 0.82 0.69
Hex F1 70 BA 0 36 17 5 146 52 45
Octal 361 160 272 0 66 27 5 506 122 105
Binary 11110001 1110000 10111010 0 110110 10111 101 101000110 1010010 1000101

Color Harmonies of #F170BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170BA

Black with #F170BA

Text Example


Text Example

White with #F170BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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