Html Css Color HEX #F186BE Tea Rose

📋 copy color: '#F186BE'

red 241 ◦ green 134 ◦ blue 190

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

Shades of Tea Rose #F186BE

Tints of Tea Rose #F186BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 42.65%
G = 23.72%
B = 33.63%

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

#F186BE (or 0xF186BE) is known color: Tea Rose. HEX triplet: F1, 86 and BE. RGB value is (241,134,190). Sum of RGB (Red+Green+Blue) = 241+134+190=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F186BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186BE is #0E7941. Grayscale: #ACACAC. Windows color (decimal): -948546 or 12486385. OLE color: 12486385.

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

Color convert

RGB 241 134 190 -
CMYK 0 0.44 0.21 0.05
HSL 328.6º 0.79% 0.74% -
HSV(B) 328.6º 0.44% 0.95% -
XYZ 54.09 39.47 53.48 -
YUV 172.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 241 134 190 0 0.44 0.21 0.05 328.6 0.79 0.74
Hex F1 86 BE 0 2C 15 5 149 4F 4A
Octal 361 206 276 0 54 25 5 511 117 112
Binary 11110001 10000110 10111110 0 101100 10101 101 101001001 1001111 1001010

Color Harmonies of #F186BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186BE

Black with #F186BE

Text Example


Text Example

White with #F186BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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