Html Css Color HEX #F088BF Tea Rose

📋 copy color: '#F088BF'

red 240 ◦ green 136 ◦ blue 191

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

Shades of Tea Rose #F088BF

Tints of Tea Rose #F088BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.69%

R = 42.33%
G = 23.99%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F088BF (or 0xF088BF) is known color: Tea Rose. HEX triplet: F0, 88 and BF. RGB value is (240,136,191). Sum of RGB (Red+Green+Blue) = 240+136+191=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F088BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088BF is #0F7740. Grayscale: #ADADAD. Windows color (decimal): -1013569 or 12552432. OLE color: 12552432.

HSL color Cylindrical-coordinate representation of color #F088BF: hue angle of 328.27º 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 #F088BF is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 191 -
CMYK 0 0.43 0.20 0.06
HSL 328.27º 0.78% 0.74% -
HSV(B) 328.27º 0.43% 0.94% -
XYZ 54.14 39.9 54.14 -
YUV 173.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 240 136 191 0 0.43 0.20 0.06 328.27 0.78 0.74
Hex F0 88 BF 0 2B 14 6 148 4E 4A
Octal 360 210 277 0 53 24 6 510 116 112
Binary 11110000 10001000 10111111 0 101011 10100 110 101001000 1001110 1001010

Color Harmonies of #F088BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088BF

Black with #F088BF

Text Example


Text Example

White with #F088BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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