Html Css Color HEX #F189BB Tea Rose

📋 copy color: '#F189BB'

red 241 ◦ green 137 ◦ blue 187

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

Shades of Tea Rose #F189BB

Tints of Tea Rose #F189BB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.25%

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

R = 42.65%
G = 24.25%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F189BB (or 0xF189BB) is known color: Tea Rose. HEX triplet: F1, 89 and BB. RGB value is (241,137,187). Sum of RGB (Red+Green+Blue) = 241+137+187=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F189BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189BB is #0E7644. Grayscale: #ADADAD. Windows color (decimal): -947781 or 12290545. OLE color: 12290545.

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

Color convert

RGB 241 137 187 -
CMYK 0 0.43 0.22 0.05
HSL 331.15º 0.79% 0.74% -
HSV(B) 331.15º 0.43% 0.95% -
XYZ 54.19 40.18 51.91 -
YUV 173.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 241 137 187 0 0.43 0.22 0.05 331.15 0.79 0.74
Hex F1 89 BB 0 2B 16 5 14B 4F 4A
Octal 361 211 273 0 53 26 5 513 117 112
Binary 11110001 10001001 10111011 0 101011 10110 101 101001011 1001111 1001010

Color Harmonies of #F189BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F189BB

Black with #F189BB

Text Example


Text Example

White with #F189BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F189BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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