Html Css Color HEX #F389C9 Tea Rose

📋 copy color: '#F389C9'

red 243 ◦ green 137 ◦ blue 201

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

Shades of Tea Rose #F389C9

Tints of Tea Rose #F389C9

RGB

 RED value IS 243 (95.31% from 255) = 41.82%

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

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 41.82%
G = 23.58%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F389C9 (or 0xF389C9) is known color: Tea Rose. HEX triplet: F3, 89 and C9. RGB value is (243,137,201). Sum of RGB (Red+Green+Blue) = 243+137+201=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F389C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389C9 is #0C7636. Grayscale: #AFAFAF. Windows color (decimal): -816695 or 13208051. OLE color: 13208051.

HSL color Cylindrical-coordinate representation of color #F389C9: hue angle of 323.77º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F389C9 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 137 201 -
CMYK 0 0.44 0.17 0.05
HSL 323.77º 0.82% 0.75% -
HSV(B) 323.77º 0.44% 0.95% -
XYZ 56.45 41.16 60.23 -
YUV 175.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 243 137 201 0 0.44 0.17 0.05 323.77 0.82 0.75
Hex F3 89 C9 0 2C 11 5 144 52 4B
Octal 363 211 311 0 54 21 5 504 122 113
Binary 11110011 10001001 11001001 0 101100 10001 101 101000100 1010010 1001011

Color Harmonies of #F389C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F389C9

Black with #F389C9

Text Example


Text Example

White with #F389C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F389C9; }

 p { color: rgb(243,137,201); }

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

background-color css

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

 a { background-color: rgb(243,137,201); }

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

border-color css

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

 span { border-color: rgb(243,137,201); }

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