Html Css Color HEX #F289BE Tea Rose

📋 copy color: '#F289BE'

red 242 ◦ green 137 ◦ blue 190

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

Shades of Tea Rose #F289BE

Tints of Tea Rose #F289BE

RGB

 RED value IS 242 (94.92% from 255) = 42.53%

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

 BLUE value IS 190 (74.61% from 255) = 33.39%

R = 42.53%
G = 24.08%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F289BE (or 0xF289BE) is known color: Tea Rose. HEX triplet: F2, 89 and BE. RGB value is (242,137,190). Sum of RGB (Red+Green+Blue) = 242+137+190=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F289BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289BE is #0D7641. Grayscale: #AEAEAE. Windows color (decimal): -882242 or 12487154. OLE color: 12487154.

HSL color Cylindrical-coordinate representation of color #F289BE: hue angle of 329.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289BE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 190 -
CMYK 0 0.43 0.21 0.05
HSL 329.71º 0.8% 0.74% -
HSV(B) 329.71º 0.43% 0.95% -
XYZ 54.86 40.49 53.64 -
YUV 174.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 242 137 190 0 0.43 0.21 0.05 329.71 0.8 0.74
Hex F2 89 BE 0 2B 15 5 14A 50 4A
Octal 362 211 276 0 53 25 5 512 120 112
Binary 11110010 10001001 10111110 0 101011 10101 101 101001010 1010000 1001010

Color Harmonies of #F289BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289BE

Black with #F289BE

Text Example


Text Example

White with #F289BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289BE; }

 p { color: rgb(242,137,190); }

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

background-color css

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

 a { background-color: rgb(242,137,190); }

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

border-color css

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

 span { border-color: rgb(242,137,190); }

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