Html Css Color HEX #F186BD Persian Pink

📋 copy color: '#F186BD'

red 241 ◦ green 134 ◦ blue 189

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

Shades of Persian Pink #F186BD

Tints of Persian Pink #F186BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 42.73%
G = 23.76%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F186BD (or 0xF186BD) is known color: Persian Pink. HEX triplet: F1, 86 and BD. RGB value is (241,134,189). Sum of RGB (Red+Green+Blue) = 241+134+189=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F186BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186BD is #0E7942. Grayscale: #ACACAC. Windows color (decimal): -948547 or 12420849. OLE color: 12420849.

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

Color convert

RGB 241 134 189 -
CMYK 0 0.44 0.22 0.05
HSL 329.16º 0.79% 0.74% -
HSV(B) 329.16º 0.44% 0.95% -
XYZ 53.99 39.43 52.91 -
YUV 172.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 241 134 189 0 0.44 0.22 0.05 329.16 0.79 0.74
Hex F1 86 BD 0 2C 16 5 149 4F 4A
Octal 361 206 275 0 54 26 5 511 117 112
Binary 11110001 10000110 10111101 0 101100 10110 101 101001001 1001111 1001010

Color Harmonies of #F186BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186BD

Black with #F186BD

Text Example


Text Example

White with #F186BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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