Html Css Color HEX #F386CE Tea Rose

📋 copy color: '#F386CE'

red 243 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #F386CE

Tints of Tea Rose #F386CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.98%

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 41.68%
G = 22.98%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F386CE (or 0xF386CE) is known color: Tea Rose. HEX triplet: F3, 86 and CE. RGB value is (243,134,206). Sum of RGB (Red+Green+Blue) = 243+134+206=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F386CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386CE is #0C7931. Grayscale: #AEAEAE. Windows color (decimal): -817458 or 13534963. OLE color: 13534963.

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

Color convert

RGB 243 134 206 -
CMYK 0 0.45 0.15 0.05
HSL 320.37º 0.82% 0.74% -
HSV(B) 320.37º 0.45% 0.95% -
XYZ 56.63 40.56 63.24 -
YUV 174.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 243 134 206 0 0.45 0.15 0.05 320.37 0.82 0.74
Hex F3 86 CE 0 2D F 5 140 52 4A
Octal 363 206 316 0 55 17 5 500 122 112
Binary 11110011 10000110 11001110 0 101101 1111 101 101000000 1010010 1001010

Color Harmonies of #F386CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F386CE

Black with #F386CE

Text Example


Text Example

White with #F386CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F386CE; }

 p { color: rgb(243,134,206); }

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

background-color css

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

 a { background-color: rgb(243,134,206); }

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

border-color css

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

 span { border-color: rgb(243,134,206); }

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