Html Css Color HEX #F389C8 Tea Rose

📋 copy color: '#F389C8'

red 243 ◦ green 137 ◦ blue 200

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

Shades of Tea Rose #F389C8

Tints of Tea Rose #F389C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 41.9%
G = 23.62%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F389C8 (or 0xF389C8) is known color: Tea Rose. HEX triplet: F3, 89 and C8. RGB value is (243,137,200). Sum of RGB (Red+Green+Blue) = 243+137+200=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F389C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389C8 is #0C7637. Grayscale: #AFAFAF. Windows color (decimal): -816696 or 13142515. OLE color: 13142515.

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

Color convert

RGB 243 137 200 -
CMYK 0 0.44 0.18 0.05
HSL 324.34º 0.82% 0.75% -
HSV(B) 324.34º 0.44% 0.95% -
XYZ 56.33 41.12 59.61 -
YUV 175.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 243 137 200 0 0.44 0.18 0.05 324.34 0.82 0.75
Hex F3 89 C8 0 2C 12 5 144 52 4B
Octal 363 211 310 0 54 22 5 504 122 113
Binary 11110011 10001001 11001000 0 101100 10010 101 101000100 1010010 1001011

Color Harmonies of #F389C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F389C8

Black with #F389C8

Text Example


Text Example

White with #F389C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F389C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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