Html Css Color HEX #F289CE Tea Rose

📋 copy color: '#F289CE'

red 242 ◦ green 137 ◦ blue 206

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

Shades of Tea Rose #F289CE

Tints of Tea Rose #F289CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 41.37%
G = 23.42%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F289CE (or 0xF289CE) is known color: Tea Rose. HEX triplet: F2, 89 and CE. RGB value is (242,137,206). Sum of RGB (Red+Green+Blue) = 242+137+206=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F289CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289CE is #0D7631. Grayscale: #B0B0B0. Windows color (decimal): -882226 or 13535730. OLE color: 13535730.

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

Color convert

RGB 242 137 206 -
CMYK 0 0.43 0.15 0.05
HSL 320.57º 0.8% 0.74% -
HSV(B) 320.57º 0.43% 0.95% -
XYZ 56.7 41.22 63.36 -
YUV 176.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 242 137 206 0 0.43 0.15 0.05 320.57 0.8 0.74
Hex F2 89 CE 0 2B F 5 141 50 4A
Octal 362 211 316 0 53 17 5 501 120 112
Binary 11110010 10001001 11001110 0 101011 1111 101 101000001 1010000 1001010

Color Harmonies of #F289CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289CE

Black with #F289CE

Text Example


Text Example

White with #F289CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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