Html Css Color HEX #F088BE Tea Rose

📋 copy color: '#F088BE'

red 240 ◦ green 136 ◦ blue 190

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

Shades of Tea Rose #F088BE

Tints of Tea Rose #F088BE

RGB

 RED value IS 240 (94.14% from 255) = 42.4%

 GREEN value IS 136 (53.52% from 255) = 24.03%

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

R = 42.4%
G = 24.03%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F088BE (or 0xF088BE) is known color: Tea Rose. HEX triplet: F0, 88 and BE. RGB value is (240,136,190). Sum of RGB (Red+Green+Blue) = 240+136+190=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F088BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088BE is #0F7741. Grayscale: #ADADAD. Windows color (decimal): -1013570 or 12486896. OLE color: 12486896.

HSL color Cylindrical-coordinate representation of color #F088BE: hue angle of 328.85º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088BE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 190 -
CMYK 0 0.43 0.21 0.06
HSL 328.85º 0.78% 0.74% -
HSV(B) 328.85º 0.43% 0.94% -
XYZ 54.03 39.85 53.56 -
YUV 173.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 240 136 190 0 0.43 0.21 0.06 328.85 0.78 0.74
Hex F0 88 BE 0 2B 15 6 149 4E 4A
Octal 360 210 276 0 53 25 6 511 116 112
Binary 11110000 10001000 10111110 0 101011 10101 110 101001001 1001110 1001010

Color Harmonies of #F088BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088BE

Black with #F088BE

Text Example


Text Example

White with #F088BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088BE; }

 p { color: rgb(240,136,190); }

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

background-color css

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

 a { background-color: rgb(240,136,190); }

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

border-color css

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

 span { border-color: rgb(240,136,190); }

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