Html Css Color HEX #F289C0 Tea Rose

📋 copy color: '#F289C0'

red 242 ◦ green 137 ◦ blue 192

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

Shades of Tea Rose #F289C0

Tints of Tea Rose #F289C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.63%

R = 42.38%
G = 23.99%
B = 33.63%

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

#F289C0 (or 0xF289C0) is known color: Tea Rose. HEX triplet: F2, 89 and C0. RGB value is (242,137,192). Sum of RGB (Red+Green+Blue) = 242+137+192=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F289C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289C0 is #0D763F. Grayscale: #AEAEAE. Windows color (decimal): -882240 or 12618226. OLE color: 12618226.

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

Color convert

RGB 242 137 192 -
CMYK 0 0.43 0.21 0.05
HSL 328.57º 0.8% 0.74% -
HSV(B) 328.57º 0.43% 0.95% -
XYZ 55.08 40.57 54.8 -
YUV 174.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 242 137 192 0 0.43 0.21 0.05 328.57 0.8 0.74
Hex F2 89 C0 0 2B 15 5 149 50 4A
Octal 362 211 300 0 53 25 5 511 120 112
Binary 11110010 10001001 11000000 0 101011 10101 101 101001001 1010000 1001010

Color Harmonies of #F289C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289C0

Black with #F289C0

Text Example


Text Example

White with #F289C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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