Html Css Color HEX #F389C6 Tea Rose

📋 copy color: '#F389C6'

red 243 ◦ green 137 ◦ blue 198

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

Shades of Tea Rose #F389C6

Tints of Tea Rose #F389C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.26%

R = 42.04%
G = 23.7%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F389C6 (or 0xF389C6) is known color: Tea Rose. HEX triplet: F3, 89 and C6. RGB value is (243,137,198). Sum of RGB (Red+Green+Blue) = 243+137+198=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F389C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389C6 is #0C7639. Grayscale: #AFAFAF. Windows color (decimal): -816698 or 13011443. OLE color: 13011443.

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

Color convert

RGB 243 137 198 -
CMYK 0 0.44 0.19 0.05
HSL 325.47º 0.82% 0.75% -
HSV(B) 325.47º 0.44% 0.95% -
XYZ 56.1 41.02 58.39 -
YUV 175.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 243 137 198 0 0.44 0.19 0.05 325.47 0.82 0.75
Hex F3 89 C6 0 2C 13 5 145 52 4B
Octal 363 211 306 0 54 23 5 505 122 113
Binary 11110011 10001001 11000110 0 101100 10011 101 101000101 1010010 1001011

Color Harmonies of #F389C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F389C6

Black with #F389C6

Text Example


Text Example

White with #F389C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F389C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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