Html Css Color HEX #F389CD Tea Rose

📋 copy color: '#F389CD'

red 243 ◦ green 137 ◦ blue 205

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

Shades of Tea Rose #F389CD

Tints of Tea Rose #F389CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.04%

R = 41.54%
G = 23.42%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F389CD (or 0xF389CD) is known color: Tea Rose. HEX triplet: F3, 89 and CD. RGB value is (243,137,205). Sum of RGB (Red+Green+Blue) = 243+137+205=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F389CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389CD is #0C7632. Grayscale: #B0B0B0. Windows color (decimal): -816691 or 13470195. OLE color: 13470195.

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

Color convert

RGB 243 137 205 -
CMYK 0 0.44 0.16 0.05
HSL 321.51º 0.82% 0.75% -
HSV(B) 321.51º 0.44% 0.95% -
XYZ 56.93 41.35 62.74 -
YUV 176.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 243 137 205 0 0.44 0.16 0.05 321.51 0.82 0.75
Hex F3 89 CD 0 2C 10 5 142 52 4B
Octal 363 211 315 0 54 20 5 502 122 113
Binary 11110011 10001001 11001101 0 101100 10000 101 101000010 1010010 1001011

Color Harmonies of #F389CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F389CD

Black with #F389CD

Text Example


Text Example

White with #F389CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F389CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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