Html Css Color HEX #F289BB Tea Rose

📋 copy color: '#F289BB'

red 242 ◦ green 137 ◦ blue 187

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

Shades of Tea Rose #F289BB

Tints of Tea Rose #F289BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.04%

R = 42.76%
G = 24.2%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F289BB (or 0xF289BB) is known color: Tea Rose. HEX triplet: F2, 89 and BB. RGB value is (242,137,187). Sum of RGB (Red+Green+Blue) = 242+137+187=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F289BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289BB is #0D7644. Grayscale: #AEAEAE. Windows color (decimal): -882245 or 12290546. OLE color: 12290546.

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

Color convert

RGB 242 137 187 -
CMYK 0 0.43 0.23 0.05
HSL 331.43º 0.8% 0.74% -
HSV(B) 331.43º 0.43% 0.95% -
XYZ 54.53 40.36 51.93 -
YUV 174.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 242 137 187 0 0.43 0.23 0.05 331.43 0.8 0.74
Hex F2 89 BB 0 2B 17 5 14B 50 4A
Octal 362 211 273 0 53 27 5 513 120 112
Binary 11110010 10001001 10111011 0 101011 10111 101 101001011 1010000 1001010

Color Harmonies of #F289BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289BB

Black with #F289BB

Text Example


Text Example

White with #F289BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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