Html Css Color HEX #F186BF Tea Rose

📋 copy color: '#F186BF'

red 241 ◦ green 134 ◦ blue 191

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

Shades of Tea Rose #F186BF

Tints of Tea Rose #F186BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.75%

R = 42.58%
G = 23.67%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F186BF (or 0xF186BF) is known color: Tea Rose. HEX triplet: F1, 86 and BF. RGB value is (241,134,191). Sum of RGB (Red+Green+Blue) = 241+134+191=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F186BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186BF is #0E7940. Grayscale: #ACACAC. Windows color (decimal): -948545 or 12551921. OLE color: 12551921.

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

Color convert

RGB 241 134 191 -
CMYK 0 0.44 0.21 0.05
HSL 328.04º 0.79% 0.74% -
HSV(B) 328.04º 0.44% 0.95% -
XYZ 54.2 39.51 54.06 -
YUV 172.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 241 134 191 0 0.44 0.21 0.05 328.04 0.79 0.74
Hex F1 86 BF 0 2C 15 5 148 4F 4A
Octal 361 206 277 0 54 25 5 510 117 112
Binary 11110001 10000110 10111111 0 101100 10101 101 101001000 1001111 1001010

Color Harmonies of #F186BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186BF

Black with #F186BF

Text Example


Text Example

White with #F186BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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