Html Css Color HEX #F389CC Tea Rose

📋 copy color: '#F389CC'

red 243 ◦ green 137 ◦ blue 204

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

Shades of Tea Rose #F389CC

Tints of Tea Rose #F389CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 41.61%
G = 23.46%
B = 34.93%

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

#F389CC (or 0xF389CC) is known color: Tea Rose. HEX triplet: F3, 89 and CC. RGB value is (243,137,204). Sum of RGB (Red+Green+Blue) = 243+137+204=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F389CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389CC is #0C7633. Grayscale: #B0B0B0. Windows color (decimal): -816692 or 13404659. OLE color: 13404659.

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

Color convert

RGB 243 137 204 -
CMYK 0 0.44 0.16 0.05
HSL 322.08º 0.82% 0.75% -
HSV(B) 322.08º 0.44% 0.95% -
XYZ 56.81 41.31 62.11 -
YUV 176.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 243 137 204 0 0.44 0.16 0.05 322.08 0.82 0.75
Hex F3 89 CC 0 2C 10 5 142 52 4B
Octal 363 211 314 0 54 20 5 502 122 113
Binary 11110011 10001001 11001100 0 101100 10000 101 101000010 1010010 1001011

Color Harmonies of #F389CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F389CC

Black with #F389CC

Text Example


Text Example

White with #F389CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F389CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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