Html Css Color HEX #F289CF Tea Rose

📋 copy color: '#F289CF'

red 242 ◦ green 137 ◦ blue 207

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

Shades of Tea Rose #F289CF

Tints of Tea Rose #F289CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 41.3%
G = 23.38%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F289CF (or 0xF289CF) is known color: Tea Rose. HEX triplet: F2, 89 and CF. RGB value is (242,137,207). Sum of RGB (Red+Green+Blue) = 242+137+207=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F289CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289CF is #0D7630. Grayscale: #B0B0B0. Windows color (decimal): -882225 or 13601266. OLE color: 13601266.

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

Color convert

RGB 242 137 207 -
CMYK 0 0.43 0.14 0.05
HSL 320º 0.8% 0.74% -
HSV(B) 320º 0.43% 0.95% -
XYZ 56.83 41.27 64 -
YUV 176.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 242 137 207 0 0.43 0.14 0.05 320 0.8 0.74
Hex F2 89 CF 0 2B E 5 140 50 4A
Octal 362 211 317 0 53 16 5 500 120 112
Binary 11110010 10001001 11001111 0 101011 1110 101 101000000 1010000 1001010

Color Harmonies of #F289CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289CF

Black with #F289CF

Text Example


Text Example

White with #F289CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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