Html Css Color HEX #F089CA Tea Rose

📋 copy color: '#F089CA'

red 240 ◦ green 137 ◦ blue 202

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

Shades of Tea Rose #F089CA

Tints of Tea Rose #F089CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.66%

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 41.45%
G = 23.66%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F089CA (or 0xF089CA) is known color: Tea Rose. HEX triplet: F0, 89 and CA. RGB value is (240,137,202). Sum of RGB (Red+Green+Blue) = 240+137+202=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F089CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089CA is #0F7635. Grayscale: #AFAFAF. Windows color (decimal): -1013302 or 13273584. OLE color: 13273584.

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

Color convert

RGB 240 137 202 -
CMYK 0 0.43 0.16 0.06
HSL 322.14º 0.77% 0.74% -
HSV(B) 322.14º 0.43% 0.94% -
XYZ 55.54 40.68 60.8 -
YUV 175.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 240 137 202 0 0.43 0.16 0.06 322.14 0.77 0.74
Hex F0 89 CA 0 2B 10 6 142 4D 4A
Octal 360 211 312 0 53 20 6 502 115 112
Binary 11110000 10001001 11001010 0 101011 10000 110 101000010 1001101 1001010

Color Harmonies of #F089CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F089CA

Black with #F089CA

Text Example


Text Example

White with #F089CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F089CA; }

 p { color: rgb(240,137,202); }

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

background-color css

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

 a { background-color: rgb(240,137,202); }

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

border-color css

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

 span { border-color: rgb(240,137,202); }

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