Html Css Color HEX #F187BE Tea Rose

📋 copy color: '#F187BE'

red 241 ◦ green 135 ◦ blue 190

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

Shades of Tea Rose #F187BE

Tints of Tea Rose #F187BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.85%

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

R = 42.58%
G = 23.85%
B = 33.57%

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

#F187BE (or 0xF187BE) is known color: Tea Rose. HEX triplet: F1, 87 and BE. RGB value is (241,135,190). Sum of RGB (Red+Green+Blue) = 241+135+190=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F187BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187BE is #0E7841. Grayscale: #ACACAC. Windows color (decimal): -948290 or 12486641. OLE color: 12486641.

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

Color convert

RGB 241 135 190 -
CMYK 0 0.44 0.21 0.05
HSL 328.87º 0.79% 0.74% -
HSV(B) 328.87º 0.44% 0.95% -
XYZ 54.23 39.75 53.53 -
YUV 172.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 241 135 190 0 0.44 0.21 0.05 328.87 0.79 0.74
Hex F1 87 BE 0 2C 15 5 149 4F 4A
Octal 361 207 276 0 54 25 5 511 117 112
Binary 11110001 10000111 10111110 0 101100 10101 101 101001001 1001111 1001010

Color Harmonies of #F187BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187BE

Black with #F187BE

Text Example


Text Example

White with #F187BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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