Html Css Color HEX #F088C2 Tea Rose

📋 copy color: '#F088C2'

red 240 ◦ green 136 ◦ blue 194

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

Shades of Tea Rose #F088C2

Tints of Tea Rose #F088C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.04%

R = 42.11%
G = 23.86%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F088C2 (or 0xF088C2) is known color: Tea Rose. HEX triplet: F0, 88 and C2. RGB value is (240,136,194). Sum of RGB (Red+Green+Blue) = 240+136+194=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F088C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088C2 is #0F773D. Grayscale: #ADADAD. Windows color (decimal): -1013566 or 12749040. OLE color: 12749040.

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

Color convert

RGB 240 136 194 -
CMYK 0 0.43 0.19 0.06
HSL 326.54º 0.78% 0.74% -
HSV(B) 326.54º 0.43% 0.94% -
XYZ 54.48 40.03 55.89 -
YUV 173.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 240 136 194 0 0.43 0.19 0.06 326.54 0.78 0.74
Hex F0 88 C2 0 2B 13 6 147 4E 4A
Octal 360 210 302 0 53 23 6 507 116 112
Binary 11110000 10001000 11000010 0 101011 10011 110 101000111 1001110 1001010

Color Harmonies of #F088C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088C2

Black with #F088C2

Text Example


Text Example

White with #F088C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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