Html Css Color HEX #F088C7 Tea Rose

📋 copy color: '#F088C7'

red 240 ◦ green 136 ◦ blue 199

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

Shades of Tea Rose #F088C7

Tints of Tea Rose #F088C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.61%

R = 41.74%
G = 23.65%
B = 34.61%

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

#F088C7 (or 0xF088C7) is known color: Tea Rose. HEX triplet: F0, 88 and C7. RGB value is (240,136,199). Sum of RGB (Red+Green+Blue) = 240+136+199=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F088C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088C7 is #0F7738. Grayscale: #AEAEAE. Windows color (decimal): -1013561 or 13076720. OLE color: 13076720.

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

Color convert

RGB 240 136 199 -
CMYK 0 0.43 0.17 0.06
HSL 323.65º 0.78% 0.74% -
HSV(B) 323.65º 0.43% 0.94% -
XYZ 55.05 40.26 58.9 -
YUV 174.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 240 136 199 0 0.43 0.17 0.06 323.65 0.78 0.74
Hex F0 88 C7 0 2B 11 6 144 4E 4A
Octal 360 210 307 0 53 21 6 504 116 112
Binary 11110000 10001000 11000111 0 101011 10001 110 101000100 1001110 1001010

Color Harmonies of #F088C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088C7

Black with #F088C7

Text Example


Text Example

White with #F088C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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