Html Css Color HEX #F186BA Persian Pink

📋 copy color: '#F186BA'

red 241 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #F186BA

Tints of Persian Pink #F186BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.89%

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

R = 42.96%
G = 23.89%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F186BA (or 0xF186BA) is known color: Persian Pink. HEX triplet: F1, 86 and BA. RGB value is (241,134,186). Sum of RGB (Red+Green+Blue) = 241+134+186=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F186BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186BA is #0E7945. Grayscale: #ABABAB. Windows color (decimal): -948550 or 12224241. OLE color: 12224241.

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

Color convert

RGB 241 134 186 -
CMYK 0 0.44 0.23 0.05
HSL 330.84º 0.79% 0.74% -
HSV(B) 330.84º 0.44% 0.95% -
XYZ 53.66 39.3 51.21 -
YUV 171.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 241 134 186 0 0.44 0.23 0.05 330.84 0.79 0.74
Hex F1 86 BA 0 2C 17 5 14B 4F 4A
Octal 361 206 272 0 54 27 5 513 117 112
Binary 11110001 10000110 10111010 0 101100 10111 101 101001011 1001111 1001010

Color Harmonies of #F186BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186BA

Black with #F186BA

Text Example


Text Example

White with #F186BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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