Html Css Color HEX #F088C8 Tea Rose

📋 copy color: '#F088C8'

red 240 ◦ green 136 ◦ blue 200

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

Shades of Tea Rose #F088C8

Tints of Tea Rose #F088C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 41.67%
G = 23.61%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F088C8 (or 0xF088C8) is known color: Tea Rose. HEX triplet: F0, 88 and C8. RGB value is (240,136,200). Sum of RGB (Red+Green+Blue) = 240+136+200=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F088C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088C8 is #0F7737. Grayscale: #AEAEAE. Windows color (decimal): -1013560 or 13142256. OLE color: 13142256.

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

Color convert

RGB 240 136 200 -
CMYK 0 0.43 0.17 0.06
HSL 323.08º 0.78% 0.74% -
HSV(B) 323.08º 0.43% 0.94% -
XYZ 55.16 40.3 59.52 -
YUV 174.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 240 136 200 0 0.43 0.17 0.06 323.08 0.78 0.74
Hex F0 88 C8 0 2B 11 6 143 4E 4A
Octal 360 210 310 0 53 21 6 503 116 112
Binary 11110000 10001000 11001000 0 101011 10001 110 101000011 1001110 1001010

Color Harmonies of #F088C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088C8

Black with #F088C8

Text Example


Text Example

White with #F088C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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