Html Css Color HEX #F087BE Tea Rose

📋 copy color: '#F087BE'

red 240 ◦ green 135 ◦ blue 190

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

Shades of Tea Rose #F087BE

Tints of Tea Rose #F087BE

RGB

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

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

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

R = 42.48%
G = 23.89%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F087BE (or 0xF087BE) is known color: Tea Rose. HEX triplet: F0, 87 and BE. RGB value is (240,135,190). Sum of RGB (Red+Green+Blue) = 240+135+190=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F087BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087BE is #0F7841. Grayscale: #ACACAC. Windows color (decimal): -1013826 or 12486640. OLE color: 12486640.

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

Color convert

RGB 240 135 190 -
CMYK 0 0.44 0.21 0.06
HSL 328.57º 0.78% 0.74% -
HSV(B) 328.57º 0.44% 0.94% -
XYZ 53.89 39.57 53.51 -
YUV 172.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 240 135 190 0 0.44 0.21 0.06 328.57 0.78 0.74
Hex F0 87 BE 0 2C 15 6 149 4E 4A
Octal 360 207 276 0 54 25 6 511 116 112
Binary 11110000 10000111 10111110 0 101100 10101 110 101001001 1001110 1001010

Color Harmonies of #F087BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087BE

Black with #F087BE

Text Example


Text Example

White with #F087BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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