Html Css Color HEX #F088C0 Tea Rose

📋 copy color: '#F088C0'

red 240 ◦ green 136 ◦ blue 192

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

Shades of Tea Rose #F088C0

Tints of Tea Rose #F088C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 42.25%
G = 23.94%
B = 33.8%

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

#F088C0 (or 0xF088C0) is known color: Tea Rose. HEX triplet: F0, 88 and C0. RGB value is (240,136,192). Sum of RGB (Red+Green+Blue) = 240+136+192=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F088C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088C0 is #0F773F. Grayscale: #ADADAD. Windows color (decimal): -1013568 or 12617968. OLE color: 12617968.

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

Color convert

RGB 240 136 192 -
CMYK 0 0.43 0.20 0.06
HSL 327.69º 0.78% 0.74% -
HSV(B) 327.69º 0.43% 0.94% -
XYZ 54.25 39.94 54.72 -
YUV 173.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 240 136 192 0 0.43 0.20 0.06 327.69 0.78 0.74
Hex F0 88 C0 0 2B 14 6 148 4E 4A
Octal 360 210 300 0 53 24 6 510 116 112
Binary 11110000 10001000 11000000 0 101011 10100 110 101001000 1001110 1001010

Color Harmonies of #F088C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088C0

Black with #F088C0

Text Example


Text Example

White with #F088C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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