Html Css Color HEX #F18BBE Tea Rose

📋 copy color: '#F18BBE'

red 241 ◦ green 139 ◦ blue 190

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

Shades of Tea Rose #F18BBE

Tints of Tea Rose #F18BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.39%

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

R = 42.28%
G = 24.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F18BBE (or 0xF18BBE) is known color: Tea Rose. HEX triplet: F1, 8B and BE. RGB value is (241,139,190). Sum of RGB (Red+Green+Blue) = 241+139+190=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BBE is #0E7441. Grayscale: #AFAFAF. Windows color (decimal): -947266 or 12487665. OLE color: 12487665.

HSL color Cylindrical-coordinate representation of color #F18BBE: hue angle of 330º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18BBE is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 139 190 -
CMYK 0 0.42 0.21 0.05
HSL 330º 0.78% 0.75% -
HSV(B) 330º 0.42% 0.95% -
XYZ 54.8 40.88 53.72 -
YUV 175.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 241 139 190 0 0.42 0.21 0.05 330 0.78 0.75
Hex F1 8B BE 0 2A 15 5 14A 4E 4B
Octal 361 213 276 0 52 25 5 512 116 113
Binary 11110001 10001011 10111110 0 101010 10101 101 101001010 1001110 1001011

Color Harmonies of #F18BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BBE

Black with #F18BBE

Text Example


Text Example

White with #F18BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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