Html Css Color HEX #F289BF Tea Rose

📋 copy color: '#F289BF'

red 242 ◦ green 137 ◦ blue 191

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

Shades of Tea Rose #F289BF

Tints of Tea Rose #F289BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.51%

R = 42.46%
G = 24.04%
B = 33.51%

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

#F289BF (or 0xF289BF) is known color: Tea Rose. HEX triplet: F2, 89 and BF. RGB value is (242,137,191). Sum of RGB (Red+Green+Blue) = 242+137+191=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F289BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289BF is #0D7640. Grayscale: #AEAEAE. Windows color (decimal): -882241 or 12552690. OLE color: 12552690.

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

Color convert

RGB 242 137 191 -
CMYK 0 0.43 0.21 0.05
HSL 329.14º 0.8% 0.74% -
HSV(B) 329.14º 0.43% 0.95% -
XYZ 54.97 40.53 54.22 -
YUV 174.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 242 137 191 0 0.43 0.21 0.05 329.14 0.8 0.74
Hex F2 89 BF 0 2B 15 5 149 50 4A
Octal 362 211 277 0 53 25 5 511 120 112
Binary 11110010 10001001 10111111 0 101011 10101 101 101001001 1010000 1001010

Color Harmonies of #F289BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289BF

Black with #F289BF

Text Example


Text Example

White with #F289BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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