Html Css Color HEX #F170BB Persian Pink

📋 copy color: '#F170BB'

red 241 ◦ green 112 ◦ blue 187

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

Shades of Persian Pink #F170BB

Tints of Persian Pink #F170BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.63%

R = 44.63%
G = 20.74%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F170BB (or 0xF170BB) is known color: Persian Pink. HEX triplet: F1, 70 and BB. RGB value is (241,112,187). Sum of RGB (Red+Green+Blue) = 241+112+187=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F170BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170BB is #0E8F44. Grayscale: #9E9E9E. Windows color (decimal): -954181 or 12284145. OLE color: 12284145.

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

Color convert

RGB 241 112 187 -
CMYK 0 0.54 0.22 0.05
HSL 325.12º 0.82% 0.69% -
HSV(B) 325.12º 0.54% 0.95% -
XYZ 51.04 33.88 50.86 -
YUV 159.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 241 112 187 0 0.54 0.22 0.05 325.12 0.82 0.69
Hex F1 70 BB 0 36 16 5 145 52 45
Octal 361 160 273 0 66 26 5 505 122 105
Binary 11110001 1110000 10111011 0 110110 10110 101 101000101 1010010 1000101

Color Harmonies of #F170BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170BB

Black with #F170BB

Text Example


Text Example

White with #F170BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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