Html Css Color HEX #F170B9 Persian Pink

📋 copy color: '#F170B9'

red 241 ◦ green 112 ◦ blue 185

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

Shades of Persian Pink #F170B9

Tints of Persian Pink #F170B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.39%

R = 44.8%
G = 20.82%
B = 34.39%

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

#F170B9 (or 0xF170B9) is known color: Persian Pink. HEX triplet: F1, 70 and B9. RGB value is (241,112,185). Sum of RGB (Red+Green+Blue) = 241+112+185=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F170B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170B9 is #0E8F46. Grayscale: #9E9E9E. Windows color (decimal): -954183 or 12153073. OLE color: 12153073.

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

Color convert

RGB 241 112 185 -
CMYK 0 0.54 0.23 0.05
HSL 326.05º 0.82% 0.69% -
HSV(B) 326.05º 0.54% 0.95% -
XYZ 50.83 33.79 49.74 -
YUV 158.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 241 112 185 0 0.54 0.23 0.05 326.05 0.82 0.69
Hex F1 70 B9 0 36 17 5 146 52 45
Octal 361 160 271 0 66 27 5 506 122 105
Binary 11110001 1110000 10111001 0 110110 10111 101 101000110 1010010 1000101

Color Harmonies of #F170B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170B9

Black with #F170B9

Text Example


Text Example

White with #F170B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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